Revision: 38205
Initial Code
Initial URL
Initial Description
Initial Title
Initial Tags
Initial Language
at December 28, 2010 17:16 by vaishnavi
Initial Code
//to check if the first element of this array is a UITextField if ([[array objectAtIndex:0] isKindOfClass:[UITextField class]]) { //code }
Initial URL
Initial Description
Initial Title
To check the type of class
Initial Tags
class
Initial Language
Objective C