-
+
UAModalPanel is a highly customizable, alternative modal panel that you can popup in your view controllers to show content that might not need an entire new screen to show. It has a bounce animation, content fade-in, and a fancy noisy-gradient title bar. It works on the iPhone and iPad, with or without rotation, and is a non-ARC project.
@@ -67,7 +67,7 @@ Display the panel by creating an instance of your subclass and show it from a po
}
````
-UAModalPanel knows how to close itself, but if you want more control, read on.
+UAModalPanel knows how to close itself, but if you want more control or action button handling, read on.
**Optional Event Handling**
@@ -88,6 +88,11 @@ You can optionally implement either the UAModalPanelDelegate methods for callbac
// Only used if delegate is set and not using blocks.
That's it. Please feel free to fork and submit pull requests, fix issues or whatever else.
+ARC Support
+------------------------
+UAModalPanel is not using ARC, but you can use it in your ARC project by adding `-fno-objc-arc` compiler flag to the "Compile Sources" section found in the Target's "Build Settings" tab
+<input type="image" src="https://www.paypalobjects.com/en_US/i/btn/btn_donateCC_LG.gif" border="0" name="submit" alt="PayPal - The safer, easier way to pay online!">
0 comments on commit
6f3ec88