ytakzk / Fusuma

Instagram-like photo browser and a camera feature with a few line of code in Swift.
MIT License
2.46k stars 340 forks source link

Crashed a lot #33

Closed lexrus closed 8 years ago

lexrus commented 8 years ago

I have no idea what happened.

screen shot 2016-04-28 at 1 49 04 pm
ytakzk commented 8 years ago

@lexrus

Don't you call the view controller asynchronously? Could you show me more logs if possible?

lexrus commented 8 years ago

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)
}
ytakzk commented 8 years ago

@lexrus Sorry I cannot reproduce it.. Do you have more information? It would be super helpful for me to fix the issue.

ytakzk commented 8 years ago

@lexrus Maybe this has been solved on v0.4.1. Thanks!