iphone - Segue and NSString Bug -


i'm making note app , ran strange problem segue.

i have note object field of name , description. create note on 1 view. after finish creating note, app returns table list of notes have. if click on note within table list, taken edit note screen.

the problem having segue nsstring. it's weird because name field fine, it's description field. if inputing default text such @"default" app fine, if give change textfield.text (textfield uitextfield) app crashes.

description method in nsobject can't have property same name.

you have rename descriptionview

@property (weak, nonatomic) iboutlet uitextview *description; 

Comments

Popular posts from this blog

php - Wordpress website dashboard page or post editor content is not showing but front end data is showing properly -

How to get the ip address of VM and use it to configure SSH connection dynamically in Ansible -

javascript - Get parameter of GET request -