Skip to content
This repository was archived by the owner on Apr 16, 2021. It is now read-only.
This repository was archived by the owner on Apr 16, 2021. It is now read-only.

Remove arbitrary view controller from the stack #2

Open
@kostiadombrovsky

Description

@kostiadombrovsky

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions