Releases: RxSwiftCommunity/RxAlertViewable
Releases · RxSwiftCommunity/RxAlertViewable
0.8.3
0.8.2
0.8.1
0.8
0.7.1
0.7
0.6
0.5.1
0.5
0.4
The version 0.4 changed the type of RxAlert
from enum
to struct
.
To migrate to the version 0.4, replace RxAlertCreator.instance.config
with RxAlert.config
to set the global config.
RxAlert.config = RxAlertConfig(tip: "My Tip",
confirm: "My Confirm",
warning: "My Warning",
error: "My Error",
yes: "My Yes",
no: "My No",
ok: "My OK",
tintColor: .blue)