Users Pricing

forum

Home Forums How to check iOS version? – MindStick

How to check iOS version?

Anonymous User 1974 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?

1 Answers

Anonymous User 27 Apr 2015 Accepted Answer
Markdown for AI

A clean, structured version of this page for AI assistants and LLMs.

Open .md