UIImage-Teeny 0.2.0

UIImage-Teeny 0.2.0

测试已测试
语言语言 Obj-CObjective C
许可证 MIT
发布最新发布2014年12月

azuakuraru维护。



为 UIImage 提供加载带有 -568h 前缀的图片的方法。

安装

pod 'UIImage-Teeny'

使用

您应该准备图片。

  1. MyImage.png
  2. []
  3. []
[UIImage teenyImagedNamed:@"MyImage.png"];

贡献

  1. 分叉它!
  2. 创建您的功能分支:git checkout -b my-new-feature
  3. 提交您的更改:git commit -am '添加某个功能'
  4. 推送到分支:git push origin my-new-feature
  5. 提交合并请求 :D

许可证

MIT