hk-chinese-words-ios-library
香港小学学习字词表 iOS 库
示例
要运行示例项目,请先克隆仓库,然后在 Example 目录中运行 pod install
要求
安装
HKChineseWords 可以通过 CocoaPods 获取。为了安装它,只需将以下行添加到您的 Podfile 中
pod 'HKChineseWords'
使用方法
HKChineseWords.sharedInstance.getImages(word) { (images:Array<UIImage>, error:Error?) in
self.setImages(images)
}
官方网站 http://www.edbchinese.hk/lexlist_ch/
作者
KeyFun, [保密邮箱]
许可证
HKChineseWords在MIT许可证下可用。更多信息请参阅LICENSE文件。