标签:
1、添加自定义字体
Fonts provided by application 敲回车自动变为NSArray类型
在Value列可以添加ttf文件的名称 (item0、1等不用改)
2、使用模拟器发送网络请求
NSAppTransportSecurity 设为Dictionary 然后加NSAllowsArbitraryLoads bool 设为yes
不然会提示“The resource could not be loaded because the App Transport Security policy requires the use of a secure connection.”
3、在app中提示开定位的提示语
NSLocationAlwaysUsageDescription String 写上提示语即可
标签:
原文地址:http://my.oschina.net/irisoO/blog/495140