NappUI
NappUI copied to clipboard
Update popToRoot to support new navWindow
The current popToRoot is based on the navigationGroup which was deprecated in 3.1.3.GA
The following can be used for the new navWindowProxy
-(void)popToRoot
{
[navController popToRootViewControllerAnimated:NO];
}
Thats true.. care for a PR?
Ah crap! I was hoping you'd do it. :wink:
I'll send one your way later today. :smile:
cheers :)
How do you propose I do the version number on this one? Patch(1.2.x) or subversion(1.3)?
Just 1.2.1 I normally only subversion when bigger stuff is released.
Implemented in mrlundis/NappUI@031a715ec6048d500278994ed5d059edd76d77c7.
Fixed merged in #53.