Re: self.myTextField.stringValue = @"" fails
Re: self.myTextField.stringValue = @"" fails
- Subject: Re: self.myTextField.stringValue = @"" fails
- From: Leandro Hoffman <email@hidden>
- Date: Tue, 08 May 2012 15:41:03 -0300
Rather than use: self.myTextField.stringValue = @"";
Couldn't you use: self.myTextField.setStringValue = @""; ?
--
Leandro Hoffman
_______________________________________________
Cocoa-dev mailing list (email@hidden)
Please do not post admin requests or moderator comments to the list.
Contact the moderators at cocoa-dev-admins(at)lists.apple.com
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden