Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
martinrybak committed Jan 22, 2014
1 parent 18a6f65 commit 5abef0a
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,11 +30,14 @@ The following superclass methods can still be used, but pushed view controllers
* initWithRootViewController:
* pushViewController:animated:

You can still use your own delegate thanks to a trick from a fantastic library called [HTDelegateProxy].

For a live example, download and run the Xcode project.

## Installation
I’ve published this library as a [CocoaPod], which is the easiest way to install it. Otherwise, simply manually copy the [class files] into your project.
I’ve published this library as a [CocoaPod], which is the easiest way to install it. Otherwise, simply manually copy these [class files] and [HTDelegateProxy] files into your project.

[CocoaPod]: http://www.cocoapods.org/?q=MRNavigationController
[class files]: https://github.com/martinrybak/MRNavigationController/tree/master/MRNavigationController/MRNavigationController/MRNavigationController
[HTDelegateProxy]: https://github.com/hoteltonight/HTDelegateProxy/archive/master.zip

0 comments on commit 5abef0a

Please sign in to comment.