Skip to content

Commit

Permalink
Update README (#3)
Browse files Browse the repository at this point in the history
  • Loading branch information
mac-gallagher authored Mar 19, 2024
1 parent a6e53fa commit 798a9f9
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -63,9 +63,9 @@ You can react to changes in the duration's picker value using [UIActions](https:
```swift
let action = UIAction { [weak picker] _ in
guard let picker else { return }
print(picker.duration) // 1830
},
for: .primaryAction)
print(picker.duration) // 1830
},
for: .primaryAction)

picker.addAction(action)
```
Expand Down

0 comments on commit 798a9f9

Please sign in to comment.