Merge pull request #82 from CypherPoet/day-098

Edit Day 96 Readme
This commit is contained in:
CypherPoet 2020-01-29 21:44:44 -06:00 committed by GitHub
commit d799ed98c7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 7 additions and 0 deletions

View File

@ -30,6 +30,10 @@ From the project description:
> This will be the first app where we specifically aim to make something that works great on iPad by showing two views side by side, but youll also get deep into solving problematic layouts, learn a new way to show sheets and alerts, and more.
📝 Since I couldn't help myself and wanted to use data from a real API, I decided to put a twist on this project and make it search for rocket launch pads through the [Launch Library API](https://github.com/CypherPoet/100-days-of-swiftui-and-combine/commit/c6ea070356c0910398a0e70f9b5083d402038756).
I'm also thinking there's a good opportunity to integrate Map Kit snapshots for showing the location of each launch pad -- we'll see 🙂.
## Working with two side by side views in SwiftUI

View File

@ -14,3 +14,6 @@ It focuses on several specific topics:
- Building a primary list of items
- Making NavigationView work in landscape
- Creating a secondary view for NavigationView
Commits for the changes related to this day can be found in the vicinity of [this one](https://github.com/CypherPoet/100-days-of-swiftui-and-combine/commit/c6ea070356c0910398a0e70f9b5083d402038756).