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

[ad_1]

use this code:

    if ( [oldSavedArray count]>0 ){

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

[ad_2]

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