Releases: mono0926/NativePopup
Releases · mono0926/NativePopup
1.1.0: Support animatable view
Enhancements
Support animatable view
You can present animatable view by conforming to Animatable
protocol and implement animate()
.
Preset.Native.done
is preset, that clones Apple Music's popup.
NativePopup.show(image: Preset.Native.done,
title: "Added to Library",
message: nil,
initialEffectType: .fadeIn)
NativePopup | Original |
---|---|