aslanyanhaik / youtube-iOS

youtube iOS app template written in swift 5
MIT License
2.54k stars 573 forks source link

Navigation Right bar button items not hiding #19

Open Gouthamansriniv opened 6 years ago

Gouthamansriniv commented 6 years ago

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 commented 5 years ago

try

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