Yummypets / YPImagePicker

📸 Instagram-like image picker & filters for iOS
MIT License
4.33k stars 979 forks source link

Active scene will be resign #560

Open luatvudinh opened 4 years ago

luatvudinh commented 4 years ago

Please check and explain to me why app triggered function sceneWillResignActive(_:) when I showed image picker.

Thanks team.

luatvudinh commented 4 years ago

I reviewed and realize that this issue might be cause of iOS present popup to request access camera and photos.

s4cha commented 4 years ago

@luatvudinh I have no idea to be honest :)

luatvudinh commented 4 years ago

@luatvudinh I have no idea to be honest :)

I think that from iOS 13 the scenes exist and when we present YP image picker, the current scene will be resigned and replacing by new scene. That is why the function sceneWillResignActive(_:) be triggered.