Skip to content

Top bar button disappear #519

Description

@kuzevanoff

After switch centerviewcontroller from leftViewController (didSelectedRowAtIndexPath method) with this code:

      ViewController *vc = [mainStoryboard instantiateViewControllerWithIdentifier:@"CenterViewController"];
                if (vc)
                    [appDelegate.drawerController setCenterViewController:vc withCloseAnimation:YES completion:nil];


                break;

There are no more top bar buttons (button to open/close sidebar)

Why?

Thanks

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions