RxAlertViewable:支持RxSwift MVVM的简单警报库

时间:2024-06-16 10:35:15
【文件属性】:

文件名称:RxAlertViewable:支持RxSwift MVVM的简单警报库

文件大小:61KB

文件格式:ZIP

更新时间:2024-06-16 10:35:15

rxswift mvvm uialertview Swift

RxAlertViewable 创建RxAlertViewable是为了使用RxSwift开发MVVM应用程序。 它支持使用信号Observable从视图模型类中显示简单警报。 安装 RxAlertViewable可通过。 要安装它,只需将以下行添加到您的Podfile中: pod 'RxAlertViewable' 运行演示 要运行演示应用程序,请使用CocoaPods安装依赖项,并通过.xcworkspace打开项目。 pod install open RxAlertViewable.xcworkspace 文献资料 要使用RxAlertViewable,请RxAlertViewable在视图控制器类中确认RxAlertViewable协议。 class ViewController : UIViewController , RxAlertViewable


【文件预览】:
RxAlertViewable-master
----RxAlertViewable.podspec(1KB)
----.gitignore(737B)
----Example()
--------.gitignore(76B)
--------RxAlertViewable.xcodeproj()
--------RxAlertViewable()
--------Tests()
--------Podfile.lock(920B)
--------Podfile(302B)
----_Pods.xcodeproj(27B)
----LICENSE(1KB)
----screenshots()
--------demo.jpg(54KB)
----.github()
--------workflows()
----README.md(6KB)
----RxAlertViewable()
--------Assets()
--------Classes()

网友评论