03 2018 档案
摘要:编译时警告 All interface orientations must be supported unless the app requires full screen. App 默认是有开启了多任务功能,而多任务功能是需要 App 支持所有方向,如果我们 App 是有需要支持多任务,则需要开启
阅读全文
摘要:网略请求的url含有特殊字符时字符串需要编码处理 比如:url:http://demo.demo.com/demo?{userToken:xxxxxx}等等,都需要字符串处理,否则转换成NSURL可能为空值。 第一种方法 url含有中文的解决方法 NSString * encodedString =
阅读全文
摘要:创建新的target有两种: 第一种:通过新建target(File ——> New——>Target) 1、Xcode创建新项目TargetDemo: 2、创建新的target:File ——> New——>Target: 创建完成后会出现TargetDemoTwo文件夹: 3、如果两个targe
阅读全文