Tag Archives: unrecognized selector
“UINavigationController set unrecognized selector sent to instance” when trying to set NSString in modal view – Xcode 6
I created a new view controller embedded in a UINavigationController in my storyboard and linked it with the class. I created a action segue to a button so that when it was clicked it should present the view controller modally. When I tried to setup the segue for it and update an NSString declared in […]