Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/MengTo/DesignerNewsApp
Build a Swift App as a designer
https://github.com/MengTo/DesignerNewsApp
Last synced: about 1 month ago
JSON representation
Build a Swift App as a designer
- Host: GitHub
- URL: https://github.com/MengTo/DesignerNewsApp
- Owner: MengTo
- Created: 2015-01-11T17:20:01.000Z (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2019-02-11T07:14:24.000Z (almost 6 years ago)
- Last Synced: 2024-11-05T03:42:47.391Z (about 1 month ago)
- Language: Objective-C
- Homepage: http://designcode.io
- Size: 23.1 MB
- Stars: 2,424
- Watchers: 98
- Forks: 368
- Open Issues: 17
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- project-awesome - MengTo/DesignerNewsApp - Build a Swift App as a designer (Objective-C)
- fucking-open-source-ios-apps - Designer News
README
# DesignerNewsApp
![](Screenshots/designer-news-app.jpg)
Simple [iOS client](https://itunes.apple.com/us/app/designer-news-app/id879990495?ls=1&mt=8) for [Designer News][], by the creator of [Design+Code][] and the team, written in Swift.
## Usage
1) Download the repository
```
$ git clone https://github.com/MengTo/DesignerNewsApp.git
$ cd DesignerNewsApp
```
2) Initialize submodule dependencies```
$ git submodule update --init --recursive
```3) Open the project in Xcode
```
$ open DesignerNewsApp.xcodeproj
```4) Compile and run the app in your simulator
![](Screenshots/designer-news-compile-and-run.jpg)
# Requirements
- Xcode 6.3
- iOS 8# Credits
- [Alamofire][] for network request
- [DTCoreText][] for fast and efficient HTML content display
- [Spring][] for code-less animation[Alamofire]:https://github.com/Alamofire/Alamofire
[DTCoreText]:https://github.com/Cocoanetics/DTCoreText
[Design+Code]:http://designcode.io
[Designer News]:https://news.layervault.com
[Spring]:https://github.com/MengTo/Spring