iPhone Development 101: UIAlertView
For non-ARC (retain/release) projects, you must autorelease the alert view: UIAlertView *alert = [[[UIAlertView alloc] initWithTitle:@"Really reset?"...
iOS开发——MVC详解&Swift+OC
设置View的Delegate,如UIAlertViewDelegate, UIActionSheetDelegate,UITextFieldDelegate...View中对应控件的Frame 11 self.imageV.frame = CGRectMake(0, 0, W, W)...