/ Published in: Objective C
URL: http://iphonesdksnippets.com/post/2009/12/09/Determine-the-device-running-an-application.aspx
Expand |
Embed | Plain Text
if([deviceType isEqualToString:@"iPhone"]) // it's an iPhone
You need to login to post a comment.
