MBO

Results 48 comments of MBO

@goktugyil Do you mean the animation or the functionality itself? I was just hoping for the functionality, the animation I can figure out😂

@goktugyil I have ``` swift let swipeArray = [vc1, vc2, vc3] // vc3 should appear above vc2 ```

For now, I just commented out the code that updates the Intrinsic content height after it has been initially set which works fine. Is there a more appropriate solution or...

@tadejr ```Could you explain in more detail what behaviour you wish to achieve (are you using the label in the beginning and the text field to receive text input)? Or...

@tadejr Thanks for the indepth insight. I only use the textfield to show the label and the token. Just some context, its for a chat app. So a user selects...

@ferama @vkhattar Hey this issue persists for me whether its a saved video or previewing a just taken video. However I dont understand both your solutions or how to implement...

Update. I figured your solution @vkhattar It wasnt in the `CameraEngineVideoEncoder` class rather in the `extension UIDevice` ``` swift extension UIDevice { static func orientationTransformation() -> CGFloat { var orientation...

@AkibShahjahan only when playing back the video not when recording. ```swift self.player.view.transform = CGAffineTransformMakeScale(-1.0, 1.0)