按类别查询搜索结果
关于关键词 的检测结果,共 1481
【iOS平台】 iOS 屏幕旋转
jeffasdasd | 2015-10-26 14:40:12 | 阅读(640) | 评论(0)
UIViewController两个系统函数,但在iOS8上被放弃了,主要是实现:屏幕旋转时,子VIew布局位置的更改,这里区分一下:- (void)willAnimateRotationToInterfaceOrientation:(UIInterfaceOrientation)toInterfaceOrientation duration:(NSTimeInterval)duration这函数是被放在屏幕旋转动画的 Animation-Bl...【阅读全文】
jeffasdasd | 2015-10-25 12:04:51 | 阅读(980) | 评论(0)
http://www.cfanz.cn/index.php?c=article&a=read&id=231611 Attempt to present on whose view is not in the window hierarchy!    在开发的时候,有时候会遇到    1.ios attempt to present whose view is not in the window hierarchy    2.Warning: Attempt to presen...【阅读全文】
fishmwei | 2015-10-22 17:41:23 | 阅读(1020) | 评论(0)
       在viewWillAppear的时候设置       UIImage *barImage = [[NDImgServer shareInstance] createImageWithColor:[UIColor colorWithRed:255 green:255 blue:255 alpha:0.1ff]];        [self.navigationController.navigationBar setBackgroundImage:b...【阅读全文】
xiong9937 | 2015-10-22 16:14:38 | 阅读(1670) | 评论(0)
jeffasdasd | 2015-10-20 18:27:57 | 阅读(620) | 评论(0)
http://blog.csdn.net/ouy_huan/article/details/305069251,这种方法,拨打完电话回不到原来的应用,会停留在通讯录里,而且是直接拨打,不弹出提示NSMutableString * str=[[NSMutableString alloc] initWithFormat:@"tel:%@",@"186xxxx6979"];    //     ...【阅读全文】
jeffasdasd | 2015-10-20 14:30:34 | 阅读(790) | 评论(0)
    NSMutableArray *tempArray = [NSMutableArray array];    NSMutableArray *letterArray = [NSMutableArray array];        for (int i = 0; i < 2; i++) {        if ( i == 0) {          &...【阅读全文】
【iOS平台】 iOS NSPredicate
jeffasdasd | 2015-10-20 11:28:39 | 阅读(630) | 评论(0)
http://blog.csdn.net/ztp800201/article/details/8116081简述:Cocoa框架中的NSPredicate用于查询,原理和用法都类似于SQL中的where,作用相当于数据库的过滤取。定义(最常用到的方法):[cpp] view plaincopyNSPredicate *ca = [NSPredicate p...【阅读全文】
jeffasdasd | 2015-10-19 23:58:55 | 阅读(1090) | 评论(0)
<p style="color:#333333;line-height:26px;white-space:normal;margin-top:0px;margin-bottom:0px;font-size:11px;font-family:Menlo;"><span style="color:#703DAA;"><a href="http://blog.csdn.net/chenyong05314/article/details/8721380" style="color:#000000;text-decoration:none;font-family:'Microsoft YaHei';...【阅读全文】
jeffasdasd | 2015-10-19 23:58:12 | 阅读(970) | 评论(0)
<a href="http://blog.csdn.net/billhepeng/article/details/47278275" style="color:#000000;text-decoration:none;font-family:'Microsoft YaHei';font-size:20px;line-height:30px;white-space:normal;">iOS通讯录联系人列表较完整(中文排序)</a><br /><span style="color:#333333;font-family:Verdana, sans-serif, 宋...【阅读全文】
【iOS平台】 IOS中文排序
jeffasdasd | 2015-10-19 23:57:05 | 阅读(540) | 评论(0)
<a id="cb_post_title_url" class="postTitle2" href="http://www.cnblogs.com/syxchina/archive/2012/10/11/2720257.html" style="font-size:28px;line-height:1.8;margin:0px;padding:0px;color:#333333;text-decoration:none;">IOS中文排序<br /><span style="font-size:9px;"></span><span style="font-size:9px;">htt...【阅读全文】
jeffasdasd | 2015-10-19 23:55:35 | 阅读(730) | 评论(0)
http://www.cnblogs.com/kuku/archive/2012/08/19/2646063.html<p style="margin:10px auto;font-size:14px;white-space:normal;color:#333333;font-family:Arial;line-height:26px;background-color:#FFFFFF;">IOS项目中会用到对通讯录的联系人或是会员按姓名为关键字排序,因为NSArray并不直接支持对汉字的排序,这就...【阅读全文】
【iOS平台】 iOS 保存XML文件
jeffasdasd | 2015-10-19 21:09:46 | 阅读(660) | 评论(0)
<p style="margin-top:0px;margin-bottom:0px;font-size:11px;line-height:normal;font-family:Menlo;color:#008400;">&nbsp; &nbsp;&nbsp;//创建根节点</p><p style="margin-top:0px;margin-bottom:0px;font-size:11px;line-height:normal;font-family:Menlo;color:#4F8187;">&nbsp; &nbsp; GDataXMLElement *rootEl...【阅读全文】
jeffasdasd | 2015-10-19 20:11:25 | 阅读(540) | 评论(0)
<br /><p style="margin-top:0px;margin-bottom:0px;font-size:11px;line-height:normal;font-family:Menlo;color:#008400;">&nbsp; &nbsp;&nbsp;//创建根节点</p><p style="margin-top:0px;margin-bottom:0px;font-size:11px;line-height:normal;font-family:Menlo;color:#4F8187;">&nbsp; &nbsp; GDataXMLElement ...【阅读全文】
jeffasdasd | 2015-10-19 18:01:48 | 阅读(620) | 评论(0)
<h1 class="post-title" style="font-size:28px;margin:0px;color:#555555;font-family:'Classic Grotesque W01', Arial, 'Hiragino Sans GB', STHeiti, 'Microsoft YaHei', 'WenQuanYi Micro Hei', SimSun, sans-serif;line-height:normal;white-space:normal;">iOS开发小记:ARC与非ARC工程互相调用</h1><div>http:...【阅读全文】
jeffasdasd | 2015-10-19 18:00:50 | 阅读(720) | 评论(0)
GDataXMLNode
【阅读全文】
jeffasdasd | 2015-10-19 16:49:33 | 阅读(630) | 评论(0)
<a href="http://cache.baiducontent.com/gf771115/article/details/7718403" style="color:#000000;text-decoration:none;font-family:'Microsoft YaHei';font-size:20px;line-height:30px;white-space:normal;"><b style="background-color:#FFFF66;">iOS</b>&nbsp;用GDataXMLNode创建和解析XML</a><br />http://cache.b...【阅读全文】
jeffasdasd | 2015-10-19 10:57:20 | 阅读(410) | 评论(0)
<h1 class="postTitle" style="margin:0px;padding:0px;font-size:1.5em;line-height:1.5em;width:725px;clear:both;text-align:center;font-family:tahoma, arial, sans-serif;white-space:normal;"><a id="cb_post_title_url" class="postTitle2" href="http://www.cnblogs.com/y041039/archive/2012/03/22/2411771.htm...【阅读全文】
linux_wuliqiang | 2015-10-19 10:16:03 | 阅读(5260) | 评论(0)
<div><div style="margin:0px;padding:0px;color:#333333;font-family:'Helvetica Neue', Helvetica, STheiti, 微软雅黑, 黑体, Arial, Tahoma, sans-serif, serif;font-size:14px;line-height:20.16px;white-space:normal;background-color:#FFFFFF;"><span style="font-family:Arial;font-size:14px;line-height:26p...【阅读全文】
jeffasdasd | 2015-10-18 13:14:27 | 阅读(990) | 评论(0)
<p style="color:#333333;font-family:Arial;font-size:14px;line-height:26px;white-space:normal;"><span style="color:#222222;font-family:'Helvetica Neue', Helvetica, Arial, sans-serif;font-size:13px;line-height:22.1000003814697px;">http://blog.csdn.net/linzhiji/article/details/41683203<br />GitHub上...【阅读全文】
jeffasdasd | 2015-10-18 12:49:49 | 阅读(790) | 评论(0)
<br /><p style="margin-top:0px;margin-bottom:0px;font-family:Arial;font-size:14px;line-height:26px;white-space:normal;">view的frame和bound两个属性,发现bound怎么也想不明白,好像饶你了死胡同里,经过一番尝试和思考,终于弄明白bound的含义。PS:我承认我是一个很笨很笨的人。</p><p style="margin-top:0p...【阅读全文】