摘要: Autosynthesized property 'x x x x' will use synthesized instance variable 'x x x x', not existing instance variable 'x x x x'警告处理: 通常出现如上警告是因为属性在未合成时出 阅读全文
posted @ 2017-07-31 14:59 刚刚888 阅读(272) 评论(0) 推荐(0) 编辑
摘要: 1.sizeWithFont.(iOS7.0废除) - > sizeWithAttributes (1) CGSize size = CGSizeZero; size = [title sizeWithFont:[UIFont systemFontOfSize:15]]; --> size = [t 阅读全文
posted @ 2017-07-31 11:34 刚刚888 阅读(355) 评论(0) 推荐(0) 编辑
摘要: 1. 僵尸对象方法(内存不释放) - http://blog.csdn.net/deft_mkjing/article/details/53117341 2.全局断点/查看崩溃日志 http://www.jianshu.com/p/8c8b0cbeb3c7 阅读全文
posted @ 2017-07-24 15:44 刚刚888 阅读(652) 评论(0) 推荐(0) 编辑
摘要: github上关于iOS的各种开源项目集合(转) .entry-header UI 下拉刷新 EGOTableViewPullRefresh - 最早的下拉刷新控件。 SVPullToRefresh - 下拉刷新控件。 MJRefresh - 仅需一行代码就可以为UITableView或者Colle 阅读全文
posted @ 2017-05-23 16:44 刚刚888 阅读(448) 评论(0) 推荐(0) 编辑
摘要: //判断是否是某一张图片可以将图片转换为data然后进行判断 NSData *data = UIImageJPEGRepresentation(placeholder, 1); NSData *icon01Data =UIImageJPEGRepresentation([UIImage imageN 阅读全文
posted @ 2017-05-19 10:10 刚刚888 阅读(281) 评论(0) 推荐(0) 编辑
摘要: 首先Info.plist中 1.加 Status bar is initially hidden 为YES //设置启动隐藏状态栏 2.View controller-based status bar appearance为NO //设置不调用VC的状态栏回调方法 然后,AppDelegate中加 阅读全文
posted @ 2017-03-08 15:01 刚刚888 阅读(171) 评论(0) 推荐(0) 编辑
摘要: 1.点击https://getsupport.apple.com/?caller=cups&PRKEYS=进入联系支持 2.点击应用软件与软件 3.点击iOS 应用软件 4.点击AppStore、iTunesStore和音乐 5.直接打电话联系苹果客服或者执行下面步骤发送邮件进行退款 6.点击我的问 阅读全文
posted @ 2017-02-27 14:42 刚刚888 阅读(2509) 评论(0) 推荐(0) 编辑
摘要: 这种情况应该是浏览器设置了代理导致。 1、打开IE,点击“工具”点击“Internet选项”。 2、点击“连接”选项卡,点击“局域网设置”。 3、将“使用自动配置脚本”的勾选取消,点击“确定”按钮,重新打开IE解决。 阅读全文
posted @ 2017-02-26 23:17 刚刚888 阅读(439) 评论(0) 推荐(0) 编辑
摘要: view中添加如下代码即可: 详情参考:http://www.jianshu.com/p/d88d726b54b8 阅读全文
posted @ 2017-02-07 17:38 刚刚888 阅读(156) 评论(0) 推荐(0) 编辑
摘要: 终端输入 :sudo spctl --master-disable 阅读全文
posted @ 2017-02-07 15:41 刚刚888 阅读(551) 评论(0) 推荐(0) 编辑