Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Navigation Right bar button items not hiding #19

Open
Gouthamansriniv opened this issue Feb 9, 2018 · 1 comment
Open

Navigation Right bar button items not hiding #19

Gouthamansriniv opened this issue Feb 9, 2018 · 1 comment

Comments

@Gouthamansriniv
Copy link

Is there any way to remove navigation bar button items on push to next View controller i.e (table view segue navigation) and add different set of navigation bar button items with different actions.

@CCLDArjun
Copy link

try

  1. nextVC.naivgationItem.rightBarButtonItem.enabled = false
  2. nextVC.navigationItem.rightBarButtonItem.tintColor = UIColor.clearColor()
    make sure to replace rightBarButtonItem with any one you want

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants