We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 18743a3 commit 25e4877Copy full SHA for 25e4877
iOSDemo/ViewController.swift
@@ -44,6 +44,7 @@ class ViewController: UIViewController {
44
]
45
46
let controller = LightboxController(images: images)
47
+ controller.modalPresentationStyle = .fullScreen
48
controller.dynamicBackground = true
49
50
present(controller, animated: true, completion: nil)
0 commit comments