Skip to content

Commit 25e4877

Browse files
committed
Fix demo
1 parent 18743a3 commit 25e4877

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

iOSDemo/ViewController.swift

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,7 @@ class ViewController: UIViewController {
4444
]
4545

4646
let controller = LightboxController(images: images)
47+
controller.modalPresentationStyle = .fullScreen
4748
controller.dynamicBackground = true
4849

4950
present(controller, animated: true, completion: nil)

0 commit comments

Comments
 (0)