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
Post a Comment