ReactivePixel
允许您快速且智能地将 UI 组件从 UIKit
或 Texture
绑定到,利用 ReactiveSwift
提供的响应式绑定机制。
🎲 Playground
跳转到包含的 Playground,快速了解此框架能做什么!
- 克隆此仓库。
- 使用
$ pod install
安装 pods。 - 打开
ReactivePixel.xcworkspace
。 - 使用 iOS 模拟器构建
ReactivePixel-iOS
模式。 - 打开
Playground.playground
。 - 运行 Playground!
🛠 安装
CocoaPods
如果您使用 CocoaPods 作为依赖管理器,请将以下一行添加到您的 Podfile
pod 'ReactivePixel'
并使用此命令更新您的 pods
$ pod install
手动
要将 ReactivePixel 手动添加到您的项目中,下载源代码并将其放置在您的项目目录中。
👋 贡献
- Fork 此仓库。
- 创建功能分支(
git checkout -b feature/myFeature
) - 提交更改(
git commit -am 'Add my new feature'
) - 将分支推送到远程 (
git push origin feature/myFeature
) - 创建新的 Pull Request
✍️ 作者
ReactivePixel 由 José Donor 创建和维护。
👏 问候
ReactivePixel 成为可能,感谢以下项目:
📃 许可协议
ReactivePixel 以 Apache 2.0 许可协议发布。有关更多信息,请参阅 许可协议