diff --git a/README.md b/README.md index eaa6481..e3ba6b5 100644 --- a/README.md +++ b/README.md @@ -72,7 +72,7 @@ To present a `UIAlertController` containing the `UIAlertAction`, nothing changes let alertController = UIAlertController( title: "Title", message: "Message", - preferredStyle: style + preferredStyle: .actionSheet ) let settings = UIAlertAction(