Skip to content

Commit

Permalink
Update README.md (#252)
Browse files Browse the repository at this point in the history
  • Loading branch information
andgordio authored Dec 6, 2024
1 parent 07a99a9 commit 29ccee2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -193,7 +193,7 @@ class FeatureViewController: UIViewController {
present(item: $model.destination.addItem) { addItemModel in
AddItemViewController(model: addItemModel)
}
present(isPresented: Binding($model.destination.deleteItemAlert)) {
present(isPresented: UIBinding($model.destination.deleteItemAlert)) {
let alert = UIAlertController(title: "Delete?", message: message, preferredStyle: .alert)
alert.addAction(UIAlertAction(title: "Yes", style: .destructive))
alert.addAction(UIAlertAction(title: "No", style: .cancel))
Expand Down

0 comments on commit 29ccee2

Please sign in to comment.