Skip to content

SoftwareEngineeringDaily/se-daily-iOS

Repository files navigation

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.