Ricardo Torrão

Results 23 comments of Ricardo Torrão

@MarsXan and @damienissa, are you using the Example App and the latest CameraManager version (5.1.3)?

@MarsXan and @damienissa I'm going to take a look at this. Can you share your CameraManager setup? It would help me replicate the issue.

@pablogupi can you share your CameraManager setup? It would help me replicate the issue.

@pablogupi thanks for the code. Looking into your willTransition method: > ``` > override func willTransition(to newCollection: UITraitCollection, with coordinator: UIViewControllerTransitionCoordinator) { > super.willTransition(to: newCollection, with: coordinator) > > if...

@pablogupi spent some time trying to replicate your issue with the code you provided and I was unable to trigger the error.

@KiranDhokale8118 can you please provide more information (stack trace) about the crash?

@sadabios can you provide me some code to try to reproduce this?

@summonerriftofficial I've just tested the Example App from CameraManager v5.1.0 with iOS v13.4.1 and it works just fine. If you are not using the latest version v5.1.0, can you please...

@ahmedsafadii thanks for the feedback, I will look into it.

@ahmedsafadii I've set up an example app which uses the `using self.navigationController?.pushViewController(cameraManagerVC, animated: true)` and didn't have any problems with it - using version v5.1.1. Also, don't forget to make...