unsplash / unsplash-photopicker-ios

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

Extended the library to expose GetPhotos rest api. #14

Closed DoddaSrinivasan closed 4 years ago

DoddaSrinivasan commented 4 years ago

Most of the iOS apps would like to customise the picker or search photos and do something with the search results.

The library already contains the networking layer to search photos separately, instead of using the picker.

So, I added a PhotoSearchService and exposed it to search the photos.

ocollet commented 4 years ago

@DoddaSrinivasan The purpose of this component is to offer a plug and play user interface to access the Unsplash library.

If I understand correctly, you are looking to get the results from the API and don't intend to use the visual component. In that case, this goes against the goal of this repository, and it would not make sense to merge this pull request.