文件名称:Shirokoma:用Swift编写的AB测试库
文件大小:14KB
文件格式:ZIP
更新时间:2024-05-31 05:27:42
Swift
白驹
Shirokoma是用Swift编写的A / B测试库。
用法
查看随附的示例项目
创建继承Shirokoma协议的结构
# import Shirokoma
struct ExampleTest : Shirokoma {
let A = " A "
let B = " B "
let C = " C "
var conditions: Array
【文件预览】:
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)