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.
|