YZIconKit:使用绘制代码(PaintCode 2)创建的图标集合。它有一些有趣的图标,包括一些澳大利亚动物
YZIconKit使用PaintCode创建的图标集合。它有一些有趣的图标。最近刚刚添加了一些澳大利亚动物。预习用法安装只需使用: pod 'YZIconKit'例子目前,所有图标的画布大小为200x200。所以我觉得在不同的地方使用它们时需要调整图标的大小。我通常使用'imageOf...'方法来获取图标的200x200图像,先调整大小,然后使用它。这就是我如何使用“袋鼠”图像作为视图控制器的标签栏图标图像: // Get the image from YZIconKit UIImage *fullImg = [YZIconKit imageOfKangaroo ]; // Resize it! UIImage *resizedImg = [YZUtility scaledImage: fullImg toSize: CGSize
文件列表
YZIconKit-master.zip
(预估有个33文件)
YZIconKit-master
.gitignore
507B
YZIconKit
YZIconKit.h
2KB
YZIconKit.m
146KB
ScreenShot2.png
45KB
LICENSE
1KB
YZIconKitDemo
YZIconKitDemo
main.m
339B
暂无评论