Skip to content

Commit

Permalink
Make the example compileable (#6)
Browse files Browse the repository at this point in the history
  • Loading branch information
BasThomas authored Sep 19, 2018
1 parent dce5534 commit 45abeb9
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 @@ -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(
Expand Down

0 comments on commit 45abeb9

Please sign in to comment.