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
Post a Comment