10 2016 档案

摘要:// // ViewController.m // MapKit // // Created by 谢泽锋 on 2016/10/27. // Copyright © 2016年 xiezefeng. All rights reserved. // #import "XZFAnno.h" #import "ViewController.h" #import #import @in... 阅读全文
posted @ 2016-10-27 23:13 谢小锋 阅读(288) 评论(0) 推荐(0)
摘要:// // ViewController.m // MapDrawLine // // Created by 谢泽锋 on 2016/10/27. // Copyright © 2016年 xiezefeng. All rights reserved. // #import "ViewController.h" #import @interface ViewController ()... 阅读全文
posted @ 2016-10-27 23:03 谢小锋 阅读(419) 评论(0) 推荐(0)
摘要:// // ViewController.m // CoreLoaction // // Created by on 2016/10/26. // Copyright © 2016年 xiezefeng. All rights reserved. // #import "ViewController.h" #import @interface ViewController () @... 阅读全文
posted @ 2016-10-27 09:40 谢小锋 阅读(662) 评论(0) 推荐(0)
摘要: 阅读全文
posted @ 2016-10-26 15:31 谢小锋 阅读(168) 评论(0) 推荐(0)
摘要:// // ZFNavigationController.m // Cartext // // Created by 谢泽锋 on 16/3/20. // Copyright © 2016年 xiezefeng. All rights reserved. // #import "ZFNavigationController.h" @interface ZFNavigationCont... 阅读全文
posted @ 2016-10-25 22:37 谢小锋 阅读(314) 评论(0) 推荐(0)
摘要:简介 Charles是在Mac下常用的截取网络封包的工具,在做iOS开发时,我们为了调试与服务器端的网络通讯协议,常常需要截取网络封包来分析。Charles通过将自己设置成系统的网络访问代理服务器,使得所有的网络访问请求都通过它来完成,从而实现了网络封包的截取和分析。 Charles是收费软件,可以 阅读全文
posted @ 2016-10-19 11:07 谢小锋 阅读(129) 评论(0) 推荐(0)
摘要:清理方法:Xcode-->Window-->Projects 开打你会看到一个界面如图所示,1就是所有的缓存(这是我已经清理过的,所以很少) 2是路径 你可以用文件夹的前往打开 进去删除所有就行 3是你可以直接点击delete 删除 只不过太麻烦了 图片 阅读全文
posted @ 2016-10-13 18:53 谢小锋 阅读(330) 评论(0) 推荐(0)
摘要:用文本编辑器打开对应的 xib 文件,删除其中类似这样的一句话 <capability name="documents saved in the Xcode 8 format" minToolsVersion="8.0"/> 阅读全文
posted @ 2016-10-13 15:34 谢小锋 阅读(304) 评论(0) 推荐(0)