Closed rmnblm closed 7 years ago
Hi there,
I'm facing a weird issue after you do the following steps:
My code looks like this:
let lightboxController = LightboxController(images: [LightboxImage(image: image)]) LightboxConfig.PageIndicator.enabled = false LightboxConfig.hideStatusBar = true present(lightboxController, animated: true, completion: nil)
What happens is this:
To resolve the issue on the iPhone, you have to close the app in the Task Manager and open the app again.
@rmnblm can confirm this is the problem. Your PR fixed this 🚀
Hi there,
I'm facing a weird issue after you do the following steps:
My code looks like this:
What happens is this:
To resolve the issue on the iPhone, you have to close the app in the Task Manager and open the app again.