FTMainColor:快速有用的功能,可从UIImage获取主色

时间:2024-06-07 21:21:00
【文件属性】:

文件名称:FTMainColor:快速有用的功能,可从UIImage获取主色

文件大小:648KB

文件格式:ZIP

更新时间:2024-06-07 21:21:00

Swift

FTMainColor FTMainColor是用Swift编写的有用的Pod,用于从UIImage获取主色。 从图像构建出色的动态视图。 这是一个分步示例: 您刚刚获得了带有图像的UIImageView 。 使用Pod查找主要颜色并设置视图的backgroundColor 在图片上添加渐变层以平滑整合图像 安装 荚 转到您的项目目录,然后输入pod init将这些行添加到您的Podfile中: use_frameworks! pod 'FTMainColor', :git => 'https://github.com/fthomasmorel/FTMainColor.git' 运行pod install并完成工作。 现在,您可以打开.xcworkspace文件。 用法 进口 在使用Pod之前,请不要忘记导入FTMainColor : import FTMainColor


【文件预览】:
FTMainColor-master
----.gitignore(635B)
----README.md(2KB)
----FTMainColor.xcodeproj()
--------project.xcworkspace()
--------project.pbxproj(10KB)
--------xcuserdata()
----FTMainColor.podspec(542B)
----LICENSE(1KB)
----img()
--------sample.png(634KB)
----FTMainColor()
--------FTCluster.swift(2KB)
--------FTColorsHelper.swift(366B)
--------FTMainColor.swift(336B)
--------FTColor.swift(2KB)

网友评论