SyntaxFix
Write A Post
Hire A Developer
Questions
A simple check for iOS version less than 5 (all versions):
if([[[UIDevice currentDevice] systemVersion] integerValue] < 5){ // do something };