博客园 :: 首页 :: 博问 :: 闪存 :: 新随笔 :: 联系 :: 订阅 订阅 :: 管理 ::

2010年6月13日

摘要: 1.打开键盘,当打开某个View,希望打开键盘的时候,在ViewDidLoad的方法中插入如下代码[myTextField becomeFirstResponder];2.当需要关闭键盘的时候,在关键键盘的事件中,如button 写下如下的代码[myTextField resignFirstResp... 阅读全文
posted @ 2010-06-13 16:55 Likwo 阅读(1309) 评论(0) 推荐(0) 编辑

摘要: 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... 阅读全文
posted @ 2010-06-13 15:48 Likwo 阅读(1841) 评论(0) 推荐(0) 编辑