Quote:
Originally Posted by ftm
Look at the UIDevice object.
[[UIDevice currentDevice] model];
[[UIDevice currentDevice] name];
[[UIDevice currentDevice] systemName];
[[UIDevice currentDevice] systemVersion];
Lots of good info about the device you are running on can be found through this object.
|
Looks like there is no way to know the type of the device your running on. The max to know is whether its an iPhone or an iPod touch which is the value returned from the model property
There is no work around this somehow?
Many thanks