forum

Home / DeveloperSection / Forums / How to check iOS version?

How to check iOS version?

Anonymous User 1592 27-Apr-2015
I want to check if the iOS version of the device is greater than 3.1.3 I tried things like:

[[UIDevice currentDevice].systemVersion floatValue]
but it does not work, I just want a:

if (version > 3.1.3) { }
How can I achieve this?

Updated on 27-Apr-2015
I am a content writter !

Can you answer this question?


Answer

1 Answers

Liked By