UIImage-Teeny 0.2.0× 测试已测试✗ 语言语言 Obj-CObjective C许可证 MIT 发布最新发布2014年12月由azu,akuraru维护。安装指南×UIImage-Teeny 的安装指南您想在 Podfile 中添加类似以下内容:target 'MyApp' do pod 'UIImage-Teeny', '~> 0.2' end然后在终端中运行 pod install,或者在 CocoaPods.app 中运行。或者为了测试运行,运行以下命令pod try UIImage-Teeny查看 PodspecGitHub 仓库CocoaPods.org 上的页面UIImage-Teeny 0.2.0Byazuazu_reazu/UIImage-TeenyGitHub 仓库 为 UIImage 提供加载带有 -568h 前缀的图片的方法。 安装 pod 'UIImage-Teeny' 使用 您应该准备图片。 MyImage.png [] [] [UIImage teenyImagedNamed:@"MyImage.png"]; 贡献 分叉它! 创建您的功能分支:git checkout -b my-new-feature 提交您的更改:git commit -am '添加某个功能' 推送到分支:git push origin my-new-feature 提交合并请求 :D 许可证 MIT