Return to Snippet

Revision: 38205
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