TMBarBackgroundView
open class TMBarBackgroundView : UIView
A view that displays a specified background style.
-
Style of background.
- clear: No visible background.
- flat: A flat color background.
- blur: A blurred background with a defined style.
- custom: A custom view to use as the background.
Declaration
Swift
public enum Style
-
Style of the visible background.
Options:
.clear
,.flat
,.blur
,.custom
.Declaration
Swift
open var style: Style { get set }