SoftwareEngineeringDaily / se-daily-iOS

Native iOS app for Software Engineering Daily.

Home Page:http://softwaredaily.herokuapp.com/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Software Engineering Daily iOS App

logo

Native iOS app for Software Engineering Daily.

Screenshots

App screenshots

Getting Started

The app is 100% Swift. User interface is built mostly in code using SnapKit DSL. The current architecture is MVVM-C, but moving forward we are open to consider some Redux-like state management implementation.

Setup

We are using CocoaPods to manage dependencies. Clone the repo and then run:

$ sudo gem install cocoapods
$ pod install

CocoaPods requires that you open the SEDaily-IOS.xcworkspace.

$ open SEDaily-IOS.xcworkspace

Dependencies

There are +25 various dependencies used in the project. Moving forward some of them may be subject to change/removal. The most important ones are:

Upcoming features

Interested in seeing a particular feature implemented in this app? Please open a new issue with a feature proposal.

Contributing

Checkout CONTRIBUTING.md for details.

About

Native iOS app for Software Engineering Daily.

http://softwaredaily.herokuapp.com/

License:MIT License


Languages

Language:Swift 97.8%Language:HTML 1.5%Language:Ruby 0.7%