How to create tabbar with ESTabBarController in swift 3.0

2017-09-15
阅读 7 分钟
5.9k
Your podfile should be use with - pod "ESTabBarController-swift" and save it

CocoaPods方式使用SnapKit

2017-09-14
阅读 1 分钟
3.9k
通过CocoaPods安装 初始化 进入工程更目录执行命令,生产Podfile文件 pod init 打开Podfile 文件 vim Podfile 编辑 {代码...} 运行CocoaPods install 命令 {代码...} 到此,不出意外的话,你已经将SnapKit集成到你的项目中了。 重新打开项目 项目名称.xcworkspace