Just wondering can I check if the device (iPhone, iPad, iPod i.e. iOS devices) has a Gyroscope ?
|
feedback
|
See also my this blog entry to know you can check for different capabilities in iOS devices http://www.makebetterthings.com/blogs/iphone/check-ios-device-capabilities/ | |||||||||||||
feedback
|
|
CoreMotion's motion manager class has a property built in for checking hardware availability. Saurabh's method would require you to update your app every time a new device with a gyroscope is released (iPad 2, etc). Here's sample code using the Apple documented property for checking for gyroscope availability:
See the documentation for more info. | |||
|
feedback
|
|
I believe the answers from @Saurabh and @Andrew Theis are only partially correct. This is a more complete solution:
Where the | ||||
feedback
|