Tom Jackman
commented
on
AEROGEAR-2128
Re: detectLatestOS
/**
Check if the device is running the on the latest version of iOS.
*/
fileprivate func detectLatestOS() -> Bool {
if #available(iOS 11.0, *) { return true }
else
{ return false }
Add Comment
This message was sent by Atlassian JIRA
(v7.5.0#75005-
sha1:fd8c849
)