Monday, February 2, 2015

Objective-c Checking NSArrray NSMutableArray empty or not

if([array count] ==0){
//array is empty
}

No comments:

Post a Comment