viewdidappear Questions
3
I tried to add a animation to viewDidLoad and viewDidAppear, but it doesn't work:
- (void)viewDidAppear:(BOOL)animated{
[UIView beginAnimations:@"transition" context:NULL];
[UIView setAnimationT...
Declivous asked 2/2, 2010 at 23:52
1
Solved
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 vi...
Wolfram asked 29/8, 2010 at 8:16
© 2022 - 2024 — McMap. All rights reserved.