I want to make a done button appear UINavigationBar when any row in my UITableView is selected and I want this button to perform an action performSegueWithIdentifier.
Any ideas on how to implement it?
I want to make a done button appear UINavigationBar when any row in my
Share
Add the following to your tableView:didSelectRowAtIndexPath: method:
Then have a method like this somewhere in your view controller: