Yes that's more or less the code I had in my Mainview, but all it did was show a light blue colored toolbar or some such at the top of the screen. Perhaps it just simply has to be in a UIViewController and not a UIView... i noticed that I got a warning that the UINavigationControllerDelegate Protocol needed to be implemented, in addition to the UIImagePickerControllerDelegate Protocol, which I thought strange (probably because it wasn't a UIViewController which I guess has the nav protocol built in).
|