We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
/*********** UPDATED*************/
I am trying to acess firstTextField but no sucess ! Can someone give me a help in acessing Text Field Texts ?
NEVER MIND IT IS ALWAYS IN DOCS
IF SOMEONE HAVE THIS QUESTION HERE IS MY METHOD
- (void)alertView:(EGOTextFieldAlertView *)actionSheet clickedButtonAtIndex:(NSInteger)buttonIndex {
if (actionSheet.title == @"Earth") {
else { NSString * oString = [[actionSheet textFieldForIndex:0] text]; NSString * aString = [[actionSheet textFieldForIndex:1]text]; NSLog(@ " %@ AND %@",oString,aString);
} } }
THANKS FOR THIS CLASS WORKS GREAT !