/ 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.
vaishnavi on 12/28/10
4 people have marked this snippet as a favorite
vaishnavi
terababy
sag333ar
Tintenklecks
//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.