ios - Can someone help me save simple strings in Xcode? -
I am trying to save the wire in an encoded e-mail and password such that I open them in separate views So far, we have failed in every effort of the last 2 weeks.
Is there a way for someone to work, and if so, you can post the code.
Thanks
* Edit *** Almost there is an error here The error is on the first line: The use of the undeclared identifier with initWithString should also be one; First: Forget '*'?
(member page) * initWithString: (NSString) s {self = [super init]; If (self) {// DO STUFF; UserNAME.text =Stext; } Healthy return; }
(member page) * initWithString: (NSString *) s {self = [ Super in this]; If (self) {// DO STUFF; User name = s; } Healthy return; }
Comments
Post a Comment