Bottom line is, I've been working on an app, and it seems that if I place a UIAlert
in viewDidLoad
, it gets called twice (from a delegate method of UIImagePickerController
). If I put it in viewDidAppear
, it gets called once.
I've looked through documentation but it just confuses me.