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

Popular posts from this blog

WPF: binding viewmodel property of type DateTime to Calendar inside ItemsControl -

java - Getting corefrences with Standard corenlp package -

jQuery clickable div with working mailto link inside -