SearchPhotoScreenRecord.mov
The Unsplash Photo Search App is an iOS app that allows users to search for photos from the Unsplash API. The app displays the search results in a collection view, allowing users to easily browse and select their desired photos.
- Search for photos from the Unsplash API
- Display search results in a collection view
- Load more search results as the user scrolls down
- Tap on a photo to view it in full screen
- Share a photo via the iOS share sheet
To use the Unsplash Photo Search App, you will need to obtain an access key from the Unsplash API. Follow these steps to get started:
-
Sign up for an Unsplash account at https://unsplash.com/join.
-
Create a new application at https://unsplash.com/oauth/applications/new.
-
Copy the access key from the application page. Once you have your access key, follow these steps to set up the app:
-
Clone the repository to your local machine.
-
Open the project in Xcode.
-
Replace the UNSPLASH_ACCESS_KEY constant in the urlstring variable with your access key.
-
Build and run the app.
The Unsplash Photo Search App is licensed under the MIT license. See the LICENSE file for details.
If you have any questions or feedback, please contact me at [email protected]