Update README.
This commit is contained in:
parent
72252a66fb
commit
c9924a8f38
|
@ -216,7 +216,7 @@ If you want to conditionally show a stepper view for the quantity when in-stock
|
||||||
|
|
||||||
```swift
|
```swift
|
||||||
struct InventoryItemView {
|
struct InventoryItemView {
|
||||||
@State var status: ItemStatus?
|
@State var status: ItemStatus
|
||||||
|
|
||||||
var body: some View {
|
var body: some View {
|
||||||
Switch(self.$status) {
|
Switch(self.$status) {
|
||||||
|
@ -318,7 +318,7 @@ SwiftUI Navigation's tools were motivated and designed over the course of many e
|
||||||
You can watch all of the episodes [here](https://www.pointfree.co/collections/swiftui/navigation).
|
You can watch all of the episodes [here](https://www.pointfree.co/collections/swiftui/navigation).
|
||||||
|
|
||||||
<a href="https://www.pointfree.co/collections/swiftui/navigation">
|
<a href="https://www.pointfree.co/collections/swiftui/navigation">
|
||||||
<img alt="video poster image" src="https://d3rccdn33rt8ze.cloudfront.net/episodes/0160.jpeg" width="600">
|
<img alt="video poster image" src="https://d3rccdn33rt8ze.cloudfront.net/episodes/0166.jpeg" width="600">
|
||||||
</a>
|
</a>
|
||||||
|
|
||||||
## Installation
|
## Installation
|
||||||
|
|
Loading…
Reference in New Issue