https://github.com/freshos/starterproject
🛠Starter iOS project showcasing freshOS toolset
https://github.com/freshos/starterproject
example-project freshos ios swift toolset
Last synced: about 1 year ago
JSON representation
🛠Starter iOS project showcasing freshOS toolset
- Host: GitHub
- URL: https://github.com/freshos/starterproject
- Owner: freshOS
- License: mit
- Created: 2017-01-30T11:11:44.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2020-05-15T06:33:04.000Z (almost 6 years ago)
- Last Synced: 2025-04-07T16:25:39.186Z (about 1 year ago)
- Topics: example-project, freshos, ios, swift, toolset
- Language: Swift
- Homepage:
- Size: 74.2 MB
- Stars: 19
- Watchers: 2
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
- License: LICENSE
Awesome Lists containing this project
README
# StarterProject
Starter iOS project showcasing all freshOS tools.
This will give you an overview of what the tools can do and how they all fit together in the context of a typical iOS App.
## App
The App is a simple list of posts from the network, it showcases :
- Getting data from a JSON webservice with `ws`
- Parsing JSON with `Arrow`
- Handling asynchronous code with `then`
- Building Autolayout views with `Stevia`
## Usage
`git clone https://github.com/freshOS/StarterProject.git`
or [download zip](https://github.com/freshOS/StarterProject/archive/master.zip).