hyperoslo / Compass

:earth_africa: Compass helps you setup a central navigation system for your application
http://hyper.no
Other
825 stars 47 forks source link

Improve/routable #25

Closed vadymmarkov closed 8 years ago

vadymmarkov commented 8 years ago

_Breaking change_

It makes more sense to have current UIViewController instead of UINavigationController in Routable, because you always can get navigation controller from it: currentController.navigationController. It also means you can present on top of already presented controller which doesn't have navigation controller.

vadymmarkov commented 8 years ago

onmyway133 commented 8 years ago

It's time to change the code 😬