SplishSplash is an iOS client for finding high quality images via Unsplash.
- Clone the repository
git clone https://github.com/VidaHasan/SplishSplash
- Install pods with
pod install
- Open the project using
.xcworkspace
file - Add API Key
Create a file named ApiKeys.plist
in the same directory as Info.plist with the following code
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0">
<dict>
<key>API_CLIENT_ID</key>
<string>SOME_KEY</string>
</dict>
</plist>
Replace "SOME_KEY" with your unsplash API Key.
The application will automatically use this value in requests that require an API Key.
Brandon Lam - Developer of Resplash, which inspired the design and development of SplishSplash
/r/iOSProgramming for lots of support in my learning journey.
Maxim Skryabin for screenshots and source code which enabled the "Preview as Wallpaper" feature.
SplishSplash is not looking for code contributions. However, if you're interested in critiquing source code, you can message me or open a PR with your comments. Critiques would be appreciated.
SplishSplash was denied an API limit increase which prevents the application from being released on the app store. Because of this, there is no longer any work planned for SplishSplash.
Henry Jones - iOS Engineer
Email : [email protected]
LinkedIn : https://www.linkedin.com/in/henry-jones-
MIT License
Copyright 2019 Henry Jones
Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.