CocountKit简单介绍
一、安装
1,Podfile文件
platform :ios
pod 'CoconutKit', '~> 2.0'
2,pod install
3,.pch文件中添加全局头 #import "CoconutKit.h”
4,添加以下framework:
CoreData.framework
MessageUI.framework
QuartzCore.framework
5,ok,执行不报错即成功。
二、使用
View Controller Container:https://github.com/defagos/CoconutKit/wiki/Containers
浙公网安备 33010602011771号