Skip to content

Commit

Permalink
make sure SwiftNotice support Xcode 7 beta5 now, fix a stupid bug
Browse files Browse the repository at this point in the history
  • Loading branch information
johnlui committed Aug 8, 2015
1 parent 454bb52 commit b0c71fa
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
Binary file not shown.
2 changes: 1 addition & 1 deletion SwiftNoticeExample/SwiftNoticeExample/ViewController.swift
Original file line number Diff line number Diff line change
Expand Up @@ -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) {
Expand Down

0 comments on commit b0c71fa

Please sign in to comment.