/ Published in: Objective C
Expand |
Embed | Plain Text
//to check if the first element of this array is a UITextField if ([[array objectAtIndex:0] isKindOfClass:[UITextField class]]) { //code }
You need to login to post a comment.
