-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathREADME.txt
15 lines (9 loc) · 997 Bytes
/
README.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
FMSAlertManager is a static library that wraps the normal delegate-based API for alerts with a more conveniant block-based API. This lets us easily create a UIAlertView, and define both the buttons and the actions that will be triggered in one place.
The complete documentation can be found in FMSAlertManager/FMSAlertManager.docset. Copy this file into ~/Library/Developer/Shared/Documentation/DocSets/ and restart Xcode to add this docset to Xcode's documentation.
FMSAlertViewTest is a sample application that demonstrates the use of FMSAlertManager.
FMSAlerts.xcworspace is a workspace containing both the FMSAlertManager and FMSAlertViewTest projects.
The FMSAlertManager library is released under the Modified BSD license. If you have any questions, please contact Richard Warren at [email protected].
You can also follow me at the following:
Blog: http://www.freelancemadscience.com
G+: Rich Warren (https://plus.google.com/114311896476820866022/posts)
Twitter: @rikiwarren