摘要:
1.使用CocoaPods a 新建一个项目,名字cocoapods b 终端中,cd到项目总目录(直接拖过来) [objc] copy? cd /Users/pengjian/Desktop/cocoapods [objc] copy? [objc] copy? c 建立Podfile(配置文件) 阅读全文
摘要:
//// LoadingView.h// 蓝桥播报//// Created by 小小建 on 15/7/10.// Copyright (c) 2015年 蓝桥. All rights reserved.//#import #import @interface LoadingView : NSOb... 阅读全文
摘要:
升级为iOS9后,默认请求类型为https,如何使用http进行请求会报错The resource could not be loaded because the App Transport Security policy requires the use of a secure connectio... 阅读全文