SpotifyRadar icon indicating copy to clipboard operation
SpotifyRadar copied to clipboard

added 'if #available' version check for configureSearchController()

Open andrewkrechmer opened this issue 4 years ago • 0 comments

Fixes #

App can now compile on iOS 12 and lower build targets

Proposed Changes

  • wrapped searchBar.searchTextField.textColor = ColorPreference.mainColor in if #available (iOS 13) conditional

andrewkrechmer avatar Feb 05 '21 21:02 andrewkrechmer