Shirokoma:用Swift编写的AB测试库

时间:2021-05-11 11:41:02
【文件属性】:
文件名称:Shirokoma:用Swift编写的AB测试库
文件大小:14KB
文件格式:ZIP
更新时间:2021-05-11 11:41:02
Swift 白驹 Shirokoma是用Swift编写的A / B测试库。 用法 查看随附的示例项目 创建继承Shirokoma协议的结构 # import Shirokoma struct ExampleTest : Shirokoma { let A = " A " let B = " B " let C = " C " var conditions: Array { return [ Condition ( condition :A, percentage : 70 ), Condition ( condition :B, percentage : 20 ), Condition ( condition :C, percentage : 10 )
【文件预览】:
Shirokoma-master
----.gitignore(251B)
----Shirokoma.podspec(582B)
----LICENSE(1KB)
----Demo()
--------abtest-conditions.plist(295B)
--------ViewController.swift(906B)
--------Info.plist(1KB)
--------Base.lproj()
--------AppDelegate.swift(282B)
--------Assets.xcassets()
----Shirokoma.xcodeproj()
--------project.xcworkspace()
--------project.pbxproj(19KB)
----README.md(2KB)
----Shirokoma()
--------Shirokoma.h(362B)
--------Info.plist(806B)
--------Shirokoma.swift(2KB)
----Package.swift(75B)

网友评论