Can hide or show a button in xcode from other viewController, the scenario is like this I am using navigation controller i already made hidden buttons, what i want to make the hidden buttons visible when press on a button from other viewController.
Share
When you push your buttons onto the other Viewcontroller. Just add there
ButtonName.Hidden=NO.