/ Published in: Objective C

URL: http://www.espinallab.com
Expand |
Embed | Plain Text
if (UI_USER_INTERFACE_IDIOM() == UIUserInterfaceIdiomPhone) { //The device is an iphone }
You need to login to post a comment.
espinallab on 04/14/11
Objective-c UIUserInterfaceIdiomPhone
2 people have marked this snippet as a favorite
URL: http://www.espinallab.com
if (UI_USER_INTERFACE_IDIOM() == UIUserInterfaceIdiomPhone) { //The device is an iphone }
You need to login to post a comment.