文件名称:FortuneWheel:财富纺车,使用SwiftUI构建的cocoapods库,支持动态内容
文件大小:6.07MB
文件格式:ZIP
更新时间:2024-05-06 08:08:14
swift ios ui-design material-design xcode
命运之轮 幸运纺车 :ferris_wheel: 使用SwiftUI构建的cocoapods库支持动态内容。 用爱制造 :red_heart: 通过 预览-旋转轮 :gear: 例子 要运行示例项目,请克隆存储库,然后首先从Example目录运行pod install 。 安装 可通过获得 。 要安装它,只需将以下行添加到您的Podfile中: pod 'FortuneWheel' 在班上导入命运之轮 import FortuneWheel 样例代码 :glowing_star: struct ContentView : View { var players = [ " Sameer " , " Spikey " , " Amelia " , " Joan " , " Karen " , " Natalie " ] var body: some View { ZStack { FortuneWheel ( titles : players, si
【文件预览】:
FortuneWheel-master
----.gitignore(738B)
----FortuneWheel.podspec(2KB)
----art()
--------preview-wheel.gif(5.63MB)
--------GITHUB-COVER.png(564KB)
--------iPhone-preview.png(179KB)
----Example()
--------FortuneWheel.xcodeproj()
--------Pods()
--------FortuneWheel()
--------FortuneWheel.xcworkspace()
--------Tests()
--------Podfile.lock(281B)
--------Podfile(187B)
----.travis.yml(555B)
----_Pods.xcodeproj(27B)
----LICENSE(11KB)
----FortuneWheel()
--------Assets()
--------Classes()
----README.md(4KB)
----CONTRIBUTION.md(402B)
----Source()
--------FortuneWheelViewModel.swift(1KB)
--------SpinWheel()
--------FortuneWheel.swift(4KB)