590Adding an UIAlertView
Unlike other UIViews, UIAlertView does not need to be added to another view via addSubView. [myAlertView show] takes care of that.
Trivial, maybe. But I wasn't aware of it.
Unlike other UIViews, UIAlertView does not need to be added to another view via addSubView. [myAlertView show] takes care of that.
Trivial, maybe. But I wasn't aware of it.