NKButton:完全可定制的UIButton

时间:2024-05-28 22:27:10
【文件属性】:

文件名称:NKButton:完全可定制的UIButton

文件大小:1.07MB

文件格式:ZIP

更新时间:2024-05-28 22:27:10

swift control uibutton button customizable

NK按钮 完全可定制的UIButton 例子 要运行示例项目,请克隆存储库,然后首先从Example目录运行pod install 。 安装 可以通过Swift Package Manager (推荐)和 : pod 'NKButton' 用法 创建和基本定制: let button = NKButton () button. title = " Button " button. setTitleColor (. black , for : . normal ) // set title color for normal state button. setTitleColor (. white , for : . highlighted ) // set title color for highlight state button. setTitleFont (normalFont,


【文件预览】:
NKButton-master
----.swiftpm()
--------xcode()
----LICENSE(1KB)
----_Pods.xcodeproj(27B)
----Package.resolved(633B)
----screenshot.png(86KB)
----Example()
--------Podfile.lock(625B)
--------Tests()
--------Podfile(177B)
--------NKButton.xcworkspace()
--------NKButton.xcodeproj()
--------NKButton_Example.entitlements(295B)
--------NKButton()
----README.md(4KB)
----Package.swift(745B)
----.gitignore(1KB)
----demo.gif(954KB)
----NKButton.podspec(1KB)
----NKButton()
--------Classes()

网友评论