white-rabbit-apps / communikitty-ios

The CommuniKitty app for iOS with Swift 3
0 stars 1 forks source link

Fix camera delay #23

Closed michaelbina closed 8 years ago

michaelbina commented 8 years ago

From @michaelbina on September 9, 2016 1:32

Right now when you tap the camera button, it opens into the camera but there is a long delay before the camera actually starts working. Either look into what is causing the delay in the Fusuma library (probably a better solution), or have the camera view controller loaded into the background on app load so its already ready to go when the user taps on the camera button (could also be a decent solution if it doesn't cause many memory problems).

Copied from original issue: white-rabbit-apps/white-rabbit-ios#363

AlinaChernenko commented 8 years ago

@michaelbina can't get the camera view open on simulator with ios 10 after allowing access to photos, many sources advise to use the device instead of simulator. I have the issue with session?.startRunning() in func startCamera() method. Can you try it on your device or share the provisioning profile for net.whiterabbitapps.communikitty Bundle Identifier for future similar issues?

michaelbina commented 8 years ago

https://github.com/white-rabbit-apps/communikitty-ios/pull/39