objective c- if statement is not working!!

Posted by Sadat on Stack Overflow See other posts from Stack Overflow or by Sadat
Published on 2010-06-13T09:28:38Z Indexed on 2010/06/13 9:32 UTC
Read the original article Hit count: 198

Filed under:
|
if(hour<12){
        countdownLabel.text = @"AM";
    }
    else {
        countdownLabel.text = @"PM";
    }

© Stack Overflow or respective owner

Related posts about objective-c

Related posts about iphone-sdk-3.2