[Solved] How can i check the array has object or not [closed]


use this code:

    if ( [oldSavedArray count]>0 ){

         btnResumeGame.hidden=NO;
    }
    else{
        btnResumeGame.hidden=YES;
    }

solved How can i check the array has object or not [closed]