dillidon / alerts-and-pickers

Advanced usage of UIAlertController and pickers based on it: Telegram, Contacts, Location, PhotoLibrary, Country, Phone Code, Currency, Date...
MIT License
5.65k stars 699 forks source link

LocationPicker breaks iOS 9 compatibility #21

Open idoodler opened 6 years ago

idoodler commented 6 years ago

The LocationPicker breaks iOS 9 compatibility due to iOS 9 only API usage.

raff90 commented 6 years ago

Had similar issue, solved it by updating my swift version to 4 and it good to go.