almassapargali / LocationPicker

iOS location picker view controller
MIT License
242 stars 84 forks source link

APIs deprecated for iOS 9 #6

Closed bharatkrishna closed 8 years ago

bharatkrishna commented 8 years ago

xCode throws method deprecation warnings when Deployment Target is set to 9.2

LocationPicker/LocationPicker/Location.swift:30:12: 'ABCreateStringWithAddressDictionary' was deprecated in iOS 9.0: Use CNPostalAddressFormatter from Contacts.framework instead

LocationPicker/LocationPicker/LocationPickerViewController.swift:325:7: 'pinColor' was deprecated in iOS 9.0: Use pinTintColor instead

almassapargali commented 8 years ago

I'm planning to support iOS 8 at least until iOS 10 rolls out, so will keep these as is for now.