tokeru dev blog

adventures in development

Main menu

Skip to content
  • Home
  • About
  • Contact

Archives

Post navigation

January 29, 2013 by lucy

Checking IOS version

Easy as, here it is for 6. You can change to 5’s if that’s what you need.


-(BOOL) isIOS6 {
if([[[UIDevice currentDevice] systemVersion] floatValue] >= 6.0){
return YES;
}else{
return NO;
}
}

Posted in code / Tagged check, IOS, version / Leave a comment /

Post navigation

Tags

// Ad Hoc animation archiving artwork blend modes cclog check class coco22d cocos2d code compile error crash data distribution fonts general IOS iOS6 ipad iTunes log objective C orientation photoshop provisioning reference Strings submission text transitions tutorials universal version xcode

Blogroll

  • bit-101
  • cocos2d iphone

Meta

  • Log in
  • Entries feed
  • Comments feed
  • WordPress.org
Powered by WordPress & simpleX.