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

 

posted on 2014-02-21 16:36  离群的野兽  阅读(257)  评论(0编辑  收藏  举报

导航