iOS application for discovering flight ideas.
Aerogami is written entirely in Swift. It shows iOS application creation approach which separates code into frameworks, leverages RxSwift for composing asynchronous operations and uses newest Swift APIs for encoding and decoding data.
- Building a real-world iOS app (Part 1): Introduction
- Building a real-world iOS app (Part 2): Separating application into frameworks
- Building a real-world iOS app (Part 3): Fetching and parsing data from API
- Building a real-world iOS app (Part 4): Design
- Building a real-world iOS app (Part 5): Using Clean Swift for developing testable and scalable views.