float version = [[[UIDevice currentDevice] systemVersion] floatValue]; if (version >= 3.0) { // iPhone 3.0 code here }
No comments:
Post a Comment