Upload and Delete Buttons Missing on iPhone 6 Plus
I'm writing an iOS app using Swift (iOS 10) and I have downloaded the Ziggeo iOS SDK 2.0 from the GitHub. In my testing, I noticed that the upload and delete buttons are missing on the video preview screen on iPhone 6 Plus. The buttons are showing fine on iPhone 5. Please see the screenshots below.
iPhone 6 Plus
iPhone 5
-
As with the previous bug you have reported, this one will also be resolved in a future release as it is indeed a bug.
Using ZiggeoRecorder2 over ZiggeoRecorder should however resolve this for you as well.
Do try it out and let us know how it goes.
0 -
I just tested the ZiggeoRecorder2 but unfortunately the recorder screen shows a black screen. This was tested on iPhone 5.
Sample code
let ziggeoRecorder = ZiggeoRecorder2(ziggeoApplication: self.ziggeo)
self.present(ziggeoRecorder!, animated: true, completion: nil)XCode Console Logs
Capture session runtime error: Error Domain=AVFoundationErrorDomain Code=-11800 "The operation could not be completed" UserInfo=0x17e55790 {NSLocalizedDescription=The operation could not be completed, NSUnderlyingError=0x17e664f0 "The operation couldn’t be completed. (OSStatus error 1718449215.)", NSLocalizedFailureReason=An unknown error occurred (1718449215)}
Screenshot
0
Please sign in to leave a comment.
Comments
2 comments