NappUI icon indicating copy to clipboard operation
NappUI copied to clipboard

Update popToRoot to support new navWindow

Open dezinezync opened this issue 11 years ago • 7 comments

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];

}

dezinezync avatar Oct 29 '13 06:10 dezinezync

Thats true.. care for a PR?

viezel avatar Oct 29 '13 07:10 viezel

Ah crap! I was hoping you'd do it. :wink:

I'll send one your way later today. :smile:

dezinezync avatar Oct 29 '13 07:10 dezinezync

cheers :)

viezel avatar Oct 29 '13 10:10 viezel

How do you propose I do the version number on this one? Patch(1.2.x) or subversion(1.3)?

dezinezync avatar Oct 29 '13 16:10 dezinezync

Just 1.2.1 I normally only subversion when bigger stuff is released.

viezel avatar Oct 29 '13 16:10 viezel

Implemented in mrlundis/NappUI@031a715ec6048d500278994ed5d059edd76d77c7.

jonatansberg avatar Nov 21 '14 15:11 jonatansberg

Fixed merged in #53.

jonatansberg avatar Apr 13 '15 08:04 jonatansberg