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

php - How to build a web site which gives a sub-domain dynamically to every registered user? -

c# - Add item to Generic List / Collection using reflection -