From 45abeb92a1dbb29b997c2c38e55c439f0df8b6ac Mon Sep 17 00:00:00 2001 From: Bas Broek Date: Wed, 19 Sep 2018 07:14:35 +0200 Subject: [PATCH] Make the example compileable (#6) --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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(