almassapargali / LocationPicker

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

Drop the available flag on searchTextFieldColor #80

Closed Oggerschummer closed 2 years ago

Oggerschummer commented 2 years ago

Xcode does no longer allow to have that variable depending on the OS version, so this has to be removed. As a conclusion you should set the minimum OS version to iOS 13+

weakfl commented 2 years ago

Thanks @Oggerschummer, but could you please remove the availabilty specifier instead of commenting it out?

Oggerschummer commented 2 years ago

Thanks @Oggerschummer, but could you please remove the availabilty specifier instead of commenting it out?

Done.