hyperoslo / Lightbox

:milky_way: A convenient and easy to use image viewer for your iOS app
https://www.hyper.no
Other
1.63k stars 329 forks source link

couldn't find Assets.car #235

Closed DaniKemper closed 5 years ago

DaniKemper commented 5 years ago

Hi, when trying to open a Image I seem to get this weird glitch. My console:

couldn't find Assets.car in bundle with identifier: 'org.cocoapods.Lightbox'

It seems to appear only in iOS 13. IMG_6673

Kingamattack commented 5 years ago

I have the same issue, did you find something @DaniKemper ?

DaniKemper commented 5 years ago

@Kingamattack I changed controller.dynamicBackground = true to controller.dynamicBackground = false and added controller.modalPresentationStyle = .fullScreen. This seemed to work for me!

Kingamattack commented 5 years ago

Thanks a lot, I just had to change the controller.modalPresentationStyle. You can keep dynamicBackground to true