Tom Jackman
edited a comment
on
AEROGEAR-2128
Re: detectLatestOS
{code:java}
/**
- 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
}
{code}
Add Comment
This message was sent by Atlassian JIRA
(v7.5.0#75005-
sha1:fd8c849
)