DavydLiu / DLRadioButton

Radio Button for iOS
MIT License
944 stars 202 forks source link

Encounter error on new ios for some deprecated commands #145

Open aulimge opened 6 years ago

aulimge commented 6 years ago

'semanticContentAttribute' is only available on iOS 9.0 or newer Enclose 'semanticContentAttribute' in an @available check to silence this warning

'userInterfaceLayoutDirectionForSemanticContentAttribute:' is only available on iOS 9.0 or newer Enclose 'userInterfaceLayoutDirectionForSemanticContentAttribute:' in an @available check to silence this warning

redcapua commented 5 years ago

It is done already.

DavydLiu commented 5 years ago

@aulimge can you do a pull and update to the latest version. It should be fixed now. @redcapua thx for pointing it out.

mahmut-gundogdu commented 5 years ago

i am using DlRadioButton 1.4.12 and i get same error "'userInterfaceLayoutDirectionForSemanticContentAttribute:' is only available on iOS 9.0 or newer"