sluzhynskyi / template-ios-app

iOS boilerplate repo being used at Dwarves to kickstart a new iOS app development

Home Page:https://d.foundation/opensource

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Template project iOS

Mobile template is written with Swift 5.0. This template project include bunch of 3rd frameworks and class extensions for you easy to create new project without waste time to add common Utilities.

Architecture

Choose what ever architechture you want

Fastlane

This project already setup with fastlane, navigate to project folder, open fast file and modify setting for CI.

Libraries

  • RxAlamofire

  • RxSwift

  • RxCocoa Bring power of ReactiveX to Swift

  • Kingfisher: Set and cache image simply with URL

  • IQKeyboardManagerSwift: Automatic handle keyboard on ScrollView.

  • SnapKit: Autolayout easy than ever.

How to run

  • Install cocoapods if you MAC didn't brew install cocoapods
  • Todo: Rename project by cd to project folder and run sh ./setup.sh enter your app name, bunderId then press ⏎
  • Open *.xcworkspace
  • Cmd + R to run

About

iOS boilerplate repo being used at Dwarves to kickstart a new iOS app development

https://d.foundation/opensource

License:MIT License


Languages

Language:Swift 66.1%Language:Ruby 24.4%Language:Shell 9.5%