Click here to Skip to main content
15,887,911 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
in my application when i click my rightBarButtonitem it pushed to another view controller but it shows the following error.

-[__NSCFString _forgetDependentConstraint:]: unrecognized selector sent to instance 0x74c5960

*** Terminating app due to uncaught exception 'NSInvalidArgumentException', reason: '-[__NSCFString _forgetDependentConstraint:]: unrecognized selector sent to instance 0x74c5960'


i don't know the mistake what i did.


but in that view controller i put this code only in viewDidLoad

[self.navigationController setNavigationBarHidden:TRUE animated:YES];

give me solution to solve this problem...



thanks in advance.. is it possible to solve?
Posted

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900