diff --git a/SwiftNoticeExample/SwiftNoticeExample.xcodeproj/project.xcworkspace/xcuserdata/dren_a.xcuserdatad/UserInterfaceState.xcuserstate b/SwiftNoticeExample/SwiftNoticeExample.xcodeproj/project.xcworkspace/xcuserdata/dren_a.xcuserdatad/UserInterfaceState.xcuserstate index 1efe2b7..9144558 100644 Binary files a/SwiftNoticeExample/SwiftNoticeExample.xcodeproj/project.xcworkspace/xcuserdata/dren_a.xcuserdatad/UserInterfaceState.xcuserstate and b/SwiftNoticeExample/SwiftNoticeExample.xcodeproj/project.xcworkspace/xcuserdata/dren_a.xcuserdatad/UserInterfaceState.xcuserstate differ diff --git a/SwiftNoticeExample/SwiftNoticeExample/ViewController.swift b/SwiftNoticeExample/SwiftNoticeExample/ViewController.swift index 663496d..c92c044 100644 --- a/SwiftNoticeExample/SwiftNoticeExample/ViewController.swift +++ b/SwiftNoticeExample/SwiftNoticeExample/ViewController.swift @@ -28,7 +28,7 @@ class ViewController: UIViewController { } @IBAction func noticeSuccess(sender: AnyObject) { self.successNotice("Success!") - self.noticeError(<#T##text: String##String#>) noticeSuccess("Success!", autoClear: true) + self.noticeSuccess("Success!", autoClear: true) self.noticeSuccess("Success!", autoClear: true, autoClearTime: 10) } @IBAction func noticeError(sender: AnyObject) {