上一页 1 2 3 4 5 6 ··· 13 下一页
摘要: //年/月 UIDatePicker *datePickerView = [[UIDatePicker alloc]initWithFrame:CGRectMake(0, UIScreen_H - 200, UIScreen_W, 200)]; datePickerView.backgr... 阅读全文
posted @ 2014-10-17 15:47 童话DY 阅读(214) 评论(0) 推荐(0) 编辑
摘要: 参见:http://www.cocoachina.com/bbs/read.php?tid=229352&page=1一,App IconsiOS 8 更新:Icon-Small@3x.png 87*87Icon-40@3x.png 120*120Icon-60@3x.png 180*180Icon... 阅读全文
posted @ 2014-09-26 12:05 童话DY 阅读(420) 评论(0) 推荐(0) 编辑
摘要: http://blog.csdn.net/cuibo1123/article/details/39486197 阅读全文
posted @ 2014-09-25 17:57 童话DY 阅读(247) 评论(0) 推荐(0) 编辑
摘要: 为了限制uitextview输入的字符数,一般采取如下做法:- (BOOL)textView:(UITextView *)textView shouldChangeTextInRange:(NSRange)rangereplacementText:(NSString *)text{ //判断输入的... 阅读全文
posted @ 2014-09-24 12:15 童话DY 阅读(1677) 评论(0) 推荐(0) 编辑
摘要: http://www.cocoachina.com/bbs/read.php?tid=180736 阅读全文
posted @ 2014-09-22 10:39 童话DY 阅读(100) 评论(0) 推荐(0) 编辑
摘要: ios8 上面,用UIAlertController将UIAlertView和UIActionSheet合二为一了。(1)创建普通alert UIAlertController *alertController = [UIAlertController alertControllerWithT... 阅读全文
posted @ 2014-09-18 11:17 童话DY 阅读(436) 评论(0) 推荐(0) 编辑
摘要: ios7上面,searchResultsTableView存在一个bug:就是每搜索一次,searchResultsTableView的contentSize会加大一些,最后会留出很多空白。解决方法:添加如下回调:- (void)searchDisplayController:(UISearchDi... 阅读全文
posted @ 2014-09-17 19:57 童话DY 阅读(268) 评论(0) 推荐(0) 编辑
摘要: Xcode6中的模拟器键盘设置跟之前的版本不一样了。之前版本是模拟器的键盘和电脑的键盘都可以使用,但是Xcode6的模拟器键盘只能选择其中一种。解决方法:快捷键切换键盘类型:Shift + Command + K或者点击模拟器菜单:Hardware-->keyBoard 阅读全文
posted @ 2014-09-15 15:37 童话DY 阅读(555) 评论(0) 推荐(1) 编辑
摘要: http://www.anselz.com/2014/06/04/xcode-6-新特性探索/ 阅读全文
posted @ 2014-09-13 12:52 童话DY 阅读(116) 评论(0) 推荐(0) 编辑
摘要: http://www.apple.com/cn/ios/whats-new/ 阅读全文
posted @ 2014-09-13 11:47 童话DY 阅读(102) 评论(0) 推荐(0) 编辑
上一页 1 2 3 4 5 6 ··· 13 下一页