Attributor 0.0.7×由 Serhiy Vysotskiy 维护。安装指南×Attributor 安装指南您希望添加类似以下内容到您的 Podfiletarget 'MyApp' do pod 'Attributor', '~> 0.0' end然后在终端内运行 pod install,或从 CocoaPods.app 运行。或者,为了测试运行,运行以下命令pod try Attributor查看 PodspecGitHub 仓库CocoaPods.org 上的页面Attributor 0.0.7由Serhiy Vysotskiyvysotskiyserhiy/AttributorGitHub 仓库Attributor "Hello world!".attributor .adding(attribute: UIColor.blue, for: .foregroundColor) .apply(to: titleLabel)
Attributor "Hello world!".attributor .adding(attribute: UIColor.blue, for: .foregroundColor) .apply(to: titleLabel)