You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
iOS 4+ Category based push and pull of UIViewController stack
3
+
IAOViewControllerStack is a UIViewController category that adds UINavigationController like push and pull directly to UIViewController.
4
+
5
+
Its functionality is entirely contained within the category, and it's as easy as including the category header file in your view controllers to gain the functionality.
The category leverages the Objective-C runtime to dynamically associate the required properties to your view controllers. It uses the UIViewController containement methods added in iOS5 in order to display your view controllers.
28
+
29
+
## Requirements
30
+
- iOS 5+
31
+
32
+
## Install
33
+
Simply copy and paste the 2 files inside the IAOViewControllerStack folder inside the project and #import "UIViewController+IAOUIViewControllerStack.h" in your view controller header
34
+
35
+
## Example
36
+
A small iPad example is inside the project to demo functionality.
I intend to full open source this category, though I have not decided on a license.
43
+
44
+
## Legal
45
+
I hereby accept NO liability or responsibility if using this code causes any problems for you. Always check and test before you import other frameworks / libraries and files into your projects! This will be inside the license when I decide on one!
0 commit comments