unsplash / unsplash-photopicker-ios

📱An iOS photo picker to search and download photos from Unsplash.
MIT License
404 stars 85 forks source link

Add a query parameter to the configuration. #15

Closed ocollet closed 4 years ago

ocollet commented 4 years ago

Adds a query: String? parameter to UnsplashPhotoPickerConfiguration.

If the value contains a non-empty string, the search bar is not visible, and the photo picker performs the search right away and shows its results.

Closes #12