Closed lexrus closed 8 years ago
@lexrus
Don't you call the view controller asynchronously? Could you show me more logs if possible?
I call it in a IBAction.
@IBAction func pickAvatar(sender: AnyObject) {
let fusuma = FusumaViewController()
fusumaTintColor = UIColor.hex("0175C8")
fusumaBackgroundColor = UIColor.hex("1D2227")
fusuma.defaultMode = .Camera
fusuma.modeOrder = .CameraFirst
fusuma.delegate = self
presentViewController(fusuma, animated: true, completion: nil)
}
@lexrus Sorry I cannot reproduce it.. Do you have more information? It would be super helpful for me to fix the issue.
@lexrus Maybe this has been solved on v0.4.1. Thanks!
I have no idea what happened.