ETFramework
用于 iOS 项目的助手框架。为方便和快捷开发提供一些类别和助手类。
子模块
如果您不想使用 CocoaPods
,您也可以将其添加为 git 子模块。
ETFramework Demo
此仓库中包含的演示将最新的可用的 tweets
从 Twitter
的 global stream
中拉取,并存储到本地的 CoreData
数据库中。
Note: No visual feedback is given in this demo.
You need to open the local database to see that the data was stored and you can check ETServer.m to verify
how little code was needed to actually read and store the data on the database.`
演示安装
要运行演示,您需要安装 CocoaPods
并在终端中运行以下命令
pod install
命令运行后,您需要打开 ETFrameworkDemo.xcworkspace
,以便将 Pods
包括为项目中的库。