/ Published in: Objective C
Expand |
Embed | Plain Text
Copy this code and paste it in your HTML
//to check if the first element of this array is a UITextField if ([[array objectAtIndex:0] isKindOfClass:[UITextField class]]) { //code }