Simple iOS App for viewing daily jokes, written purely in Swift.
This open sourced project is mainly built for practicing APIs connecting and ui animations.
- Download the repository
$ git clone https://github.com/yuwang17/JokeBox.git
$ cd JokeBox
- Open the workspace
$ open JokeBox.xcworkspace
- Compile and run the app in simulator
- Under Xcode, press
Ctrl + R
- Xcode 6.3
- iOS 8
- Flickr API for fascinating photos
- Internet Chunk Norris Database for funny jokes
- Alamofire for network request
- SwiftyJSON for handling JSON api
- MWFeedParser for parsing HTML
- Spring for code-less animation
- @MengTo for UI Reference