摘要:
1.打开键盘,当打开某个View,希望打开键盘的时候,在ViewDidLoad的方法中插入如下代码[myTextField becomeFirstResponder];2.当需要关闭键盘的时候,在关键键盘的事件中,如button 写下如下的代码[myTextField resignFirstResp... 阅读全文
摘要:
1.首先实现UIActionSheetDelete协议2. NSString *title = UIDeviceOrientationIsLandscape([UIDevice currentDevice].orientation) ? @"\n\n\n\n\n\n\n\n\n" : @"\n\n\n\n\n\n\n\n\n\n\n\n" ; UIActionSheet *actionSheet... 阅读全文