Krisiacik / ImageViewer

An image viewer à la Twitter
MIT License
2.53k stars 385 forks source link

[Improvement] Initialize GalleryViewController Crash Error : Disable the Scene Session on Xcode Project #245

Open jo-simplefavor opened 4 years ago

jo-simplefavor commented 4 years ago

I was using it on new fresh project for playground before integrating with real app on Swift 5. Just want to let know if you're having the same trouble.

While initialize GalleryViewController for the first time, please make sure that you DISABLE SCENE SESSION on your project :

Otherwise, you will get error in UIApplication without any error log.

Great library by the way. Cheers. CMIW