上一页 1 2 3 4 5 6 7 8 ··· 11 下一页
摘要: 1、searchBar.searchBarStyle = UISearchBarStyleMinimal;2、searchBar.backgroundImage = [self imageWithColor:[UIColor clearColor]];- (UIImage *)imageWithCo... 阅读全文
posted @ 2015-04-09 15:41 在bug中前行 阅读(230) 评论(0) 推荐(0) 编辑
摘要: 当你在seachBar中输入字母之前的时候,只是用鼠标选中searchBar的时候,如图终端输出截图如下:(这个时候调用先shouldBeginEditing,之后调用didBeginEditing,)当你希望选中UISearchBar的时候,键盘自动调用加载到界面,你需要将下面函数的返回值设置为Y... 阅读全文
posted @ 2015-04-09 15:18 在bug中前行 阅读(122) 评论(0) 推荐(0) 编辑
摘要: http://www.cocoachina.com/ios/20150126/11023.html 阅读全文
posted @ 2015-04-06 09:07 在bug中前行 阅读(218) 评论(0) 推荐(0) 编辑
摘要: http://docs.jpush.io/guideline/ios_guide/#_10 集成文档 http://docs.jpush.io/client/ios_tutorials/#ios_1 调试指南 https://www.jpush.cn/common/productsSDK 下载 阅读全文
posted @ 2015-04-06 09:05 在bug中前行 阅读(116) 评论(0) 推荐(0) 编辑
摘要: http://blog.csdn.net/hitwhylz/article/details/43339155 阅读全文
posted @ 2015-04-06 09:03 在bug中前行 阅读(55) 评论(0) 推荐(0) 编辑
摘要: http://blog.csdn.net/it_ds/article/details/43309561 阅读全文
posted @ 2015-04-06 09:02 在bug中前行 阅读(73) 评论(0) 推荐(0) 编辑
摘要: http://blog.csdn.net/Apple_app/article/details/38867123 http://www.xuebuyuan.com/648696.htmlhttp://www.2cto.com/kf/201409/335663.html 阅读全文
posted @ 2015-04-06 08:59 在bug中前行 阅读(929) 评论(0) 推荐(0) 编辑
摘要: http://www.pocketdigi.com/20120223/672.html 阅读全文
posted @ 2015-04-06 08:56 在bug中前行 阅读(79) 评论(0) 推荐(0) 编辑
摘要: http://www.bubuko.com/infodetail-175156.html 阅读全文
posted @ 2015-04-06 01:03 在bug中前行 阅读(370) 评论(0) 推荐(0) 编辑
摘要: textView.layer.borderWidth=5;textView.layer.borderColor=[[UIColorcolorWithRed:0.52green:0.09blue:0.07alpha:0.5]CGColor];textView.layer.contents=(id)[U... 阅读全文
posted @ 2015-04-06 00:58 在bug中前行 阅读(314) 评论(0) 推荐(0) 编辑
上一页 1 2 3 4 5 6 7 8 ··· 11 下一页