Iris is a model mobile application based on iOS.
It provides basic functions allow users to explore on DeviantArt and check Daily Arts, Notifications, Deviation Collections, etc.
All contents are delivered by DeviantArt API.
Simple clone it by:
$ git clone https://github.com/Neko3000/Iris.iOS.git
Open it then hit command + R, Done!
- Sign IN / Sign UP
- Daily Art
- Explore - Popular, Newest, Undiscovered
- Deviation Detail
- Notification
- Gallery
- Journal
- Status
- Collection (Featured)
- Watcher
- Profile Comment
- Submit Art
- Update Profile
- More...
We fully customized its interface considering proper UX before we developed it on Xcode.
And we decided to provide its Sketch file, you could find it on Iris.iOS on Behance.
For handling Network requests, we used famouse Alamofire and SwfityJSON in this project.
And we also used some fantastic UI controls, likes TwicketSegmentedControl, NVActivityIndicatorView...
Pods have been included:
pod 'Alamofire', '5.0.0-beta.7'
pod 'SwiftyJSON', '~> 4.0'
pod 'TwicketSegmentedControl'
pod 'NVActivityIndicatorView'
We provided client_id and secret_key for testing in files. But you should use your own Applications Keys (client_id & client_secret), please refer to Doc of DeviantArt API to check the authentication details.
Those key values could be found here:
// ApplicationKey.swift
static let clientKey = "XXXX"
static let secretKey = "XXXXXXXXXXXXXX"
E-mail: sheran_chen@outlook.com
Weibo: @妖绀
Artists on DeviantArt.com:
pikaboots
NeoArtCorE
MOYAILRIS
arseniquez
NPye13
Distributed under the Mozilla license. See LICENSE for more information.