Skip to content

Commit

Permalink
update README.md (#107)
Browse files Browse the repository at this point in the history
  • Loading branch information
mac-gallagher authored Jul 13, 2020
1 parent a313153 commit 8ae0c30
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 @@ -77,7 +77,7 @@ To run the example project, clone the repo and run the `ShuffleExample` target.
override func viewDidLoad() {
super.viewDidLoad()
view.addSubview(cardStack)
cardStack.frame = view.safeAreaLayoutGuide.bounds
cardStack.frame = view.safeAreaLayoutGuide.layoutFrame
}
}
```
Expand Down

0 comments on commit 8ae0c30

Please sign in to comment.