文件名称:Swalt:用Swift 2编写的最小Flux实现
文件大小:23KB
文件格式:ZIP
更新时间:2024-06-14 05:06:53
Swift
斯沃特 由纯Swift 2编写的最小Flux实现。受启发。 用法 要运行示例项目,请克隆存储库,然后首先从Example目录运行pod install 。 例子 import UIKit import Swalt struct CounterActions { static let Increment = Action ( " increment " ) } class ClicksStore : Store { override var initialState: State { return [ " count " : 0 ] } required init ( _ swalt : Swalt) { super . init (swalt) bindAction (CounterActions. Inc
【文件预览】:
Swalt-master
----Pod()
--------Classes()
----.travis.yml(567B)
----LICENSE(1KB)
----_Pods.xcodeproj(27B)
----Example()
--------Swalt.xcworkspace()
--------Podfile.lock(322B)
--------Tests()
--------Podfile(207B)
--------Swalt()
--------Swalt.xcodeproj()
--------.gitignore(5B)
----README.md(2KB)
----Swalt.podspec(624B)
----.gitignore(618B)