-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
hlineholm-flir
authored and
Henrik Lineholm
committed
Oct 26, 2017
1 parent
ca1bb0a
commit 86ab070
Showing
1 changed file
with
7 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,11 @@ | ||
# RoutableUIKit | ||
Routable UIKit components which are agnostic of you custom routing logic | ||
## Getting Started | ||
### RoutableNavigationController (RNC) and RoutableNavigationControllerDelegate (RNCD) | ||
1. Create an instance of the navigation controller | ||
2. Conform to the RNCD and set the routing delegate of the instance you've created | ||
3. Use the delegate methods to update your routing state: | ||
- Read and write the route property of the RNC to synchronize it with your router | ||
- Use the sender property of the RNC push/pop methods to detect who initiated the action | ||
## License | ||
This project is licensed under the MIT License - see the [LICENSE.md](LICENSE.md) file for details |