iphone - iphonesdk nsmutable array object issue -


i have mutable array named namearray contains 7-8 objects.

i wanted check if contains 0 object display alert view.

what should write check namearray contains 0 object.

if ([namearray count] == 0) {   // show alertview } 

Comments

Popular posts from this blog

javascript - Enclosure Memory Copies -

php - Replacing tags in braces, even nested tags, with regex -