How can I identify the particular iOS device is an iPhone 3G or an iPhone 4? -
how can identify if ios device app runs on iphone 3g of iphone 4?
thanks in advance.
check out uidevice-extension erica sadon.
you can use following:
[[uidevice currentdevice] platformtype]; [[uidevice currentdevice] platformstring];
Comments
Post a Comment