You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Apr 16, 2021. It is now read-only.
I think an ability to remove a view controller form the stack is needed. For instance like this:
UIViewController* page = [self.storyboard instantiateViewControllerWithIdentifier: @"another_vc"];
[self.flipboardNavigationController pushViewController: page completion: ^
{
self.flipboardNavigationController.viewControllers = @[page];
}];
The text was updated successfully, but these errors were encountered:
maybe u need a function called ["popViewController:page withCompletion:"(https://github.com/demon1105/FlipBoardNavigationController/commit/e0011d64d76d132af9813e8c4e972a7bf2cb65f8)
I think an ability to remove a view controller form the stack is needed. For instance like this:
UIViewController* page = [self.storyboard instantiateViewControllerWithIdentifier: @"another_vc"];
[self.flipboardNavigationController pushViewController: page completion: ^
{
self.flipboardNavigationController.viewControllers = @[page];
}];
The text was updated successfully, but these errors were encountered: