STMReactiveReachability:用于可达性的 ReactiveCocoa 扩展

时间:2024-07-26 06:25:19
【文件属性】:

文件名称:STMReactiveReachability:用于可达性的 ReactiveCocoa 扩展

文件大小:23KB

文件格式:ZIP

更新时间:2024-07-26 06:25:19

Objective-C

STMReact可达性 Reachability 的一个简单插入类别,用于启用 ReactiveCocoa 功能。 用法 运行示例项目; 克隆 repo,并首先从 STMReactiveReachabilityExample 目录运行pod install 。 基本用法: [[rac_notifyAllNetworkChanges] subscribeNext: ^(Reachability* reachability) { // Do what you need with reachability }]; 安装 STMReactiveReachability 可通过,要安装它,只需添加到您的 Podfile 中: pod "STMReactiveReachability" 作者 斯特凡, 真的欢迎投稿! 执照 STMReactiveReachabi


【文件预览】:
STMReactiveReachability-master
----.gitignore(225B)
----STMReactiveReachability.podspec(782B)
----LICENSE(1KB)
----CHANGELOG.md(64B)
----Classes()
--------Reachability+RACExtensions.m(3KB)
--------Reachability+RACExtensions.h(407B)
----STMReactiveReachabilityExample()
--------STMReactiveReachabilityExample.xcodeproj()
--------STMReactiveReachabilityExample()
--------STMReactiveReachabilityExampleTests()
--------Podfile(78B)
----README.md(1KB)
----Rakefile(4KB)

网友评论