https://github.com/dwarvesf/template-ios-app
iOS boilerplate repo being used at Dwarves to kickstart a new iOS app development
https://github.com/dwarvesf/template-ios-app
boilerplate ios swift template
Last synced: about 1 year ago
JSON representation
iOS boilerplate repo being used at Dwarves to kickstart a new iOS app development
- Host: GitHub
- URL: https://github.com/dwarvesf/template-ios-app
- Owner: dwarvesf
- License: mit
- Created: 2018-07-07T19:37:06.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2022-10-06T01:49:39.000Z (over 3 years ago)
- Last Synced: 2023-02-26T20:43:08.430Z (over 3 years ago)
- Topics: boilerplate, ios, swift, template
- Language: Swift
- Homepage: https://d.foundation/opensource
- Size: 174 KB
- Stars: 15
- Watchers: 3
- Forks: 10
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
## 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