摘要:
原文:http://blog.csdn.net/fiona_yang123456/article/details/41044979 在OC中,扩展一个类的方式有两种:继承与分类。 继承与分类最大的区别是,一般情况下,分类不能扩展属性,继承可以扩展属性。但有一种情况下,分类可以扩展属性,那就是在本类中 阅读全文
摘要:
参考:http://www.cnblogs.com/chglog/p/4847195.html 阅读全文
摘要:
HTTP HTTPS TCP/IP UDP 阅读全文
摘要:
AFNetworking3.0迁移 阅读全文
摘要:
GCD、串行并行同步异步组合 阅读全文
摘要:
导入cocoapods时意外中断,下次启动会弹出.swp已存在,正常退出应该是shift+zz,此时只要按下面提示按D键删除即可 阅读全文
摘要:
小伙伴设计UI的时候很多像我一样不知道怎么取颜色的RGB,其实苹果有自带 数码测色计 打开lanchpad-其他就看到啦,小白今天才想起来 阅读全文
摘要:
1、xml解析--系统的SAX解析,逐行 在 Build Phases中 Link Binary With Libraries 添加 libxml2.tbd,同时Build Settings 中搜索 header search paths 添加/usr/include/libxml2 ①遵循NSXM 阅读全文
摘要:
1、需要在xcode的 info.plist 下添加 App Transport Security Settings (注意右侧自动变成dictionary) 2、添加的apptransport在下拉条件下接着点加好,添加 Allow Arbitrary Loads ,Value 改为YES; 阅读全文
摘要:
Xcode操作: 1、在Build Phases->Link Binary With Libraries下添加 libxml2.tbd 和 libresolv.tbd 2、在Build Setting 下搜索Hearder Search Paths ,右侧添加/usr/include/libxml2 阅读全文