https://github.com/oliveroneill/ash
Simple iOS app using MVVM and Codable
https://github.com/oliveroneill/ash
codable ibdesignable ios mvvm swift
Last synced: 10 months ago
JSON representation
Simple iOS app using MVVM and Codable
- Host: GitHub
- URL: https://github.com/oliveroneill/ash
- Owner: oliveroneill
- License: mit
- Created: 2018-02-05T10:10:30.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2019-04-25T10:02:36.000Z (almost 7 years ago)
- Last Synced: 2024-10-11T07:41:32.342Z (over 1 year ago)
- Topics: codable, ibdesignable, ios, mvvm, swift
- Language: Swift
- Size: 40 KB
- Stars: 24
- Watchers: 9
- Forks: 4
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Ash - Another Story (from) HackerNews
A simple iOS app that shows a random Hacker News story when opened.
This was really an excuse to demonstrate some things I'm interested in:
- MVVM
- Codable
- IBDesignable and IBInspectable
There's a lot of things I'd like to add to this project:
- Tests verifying request inputs
- Move all UI work to code
- Better tests around state changes
- Coordinator implementation
- Error propogation
- Localisation
- Accessibility
I may put this on the App Store eventually, but it's currently just a
braindump.
Contributions welcome.