RSDStatusBarBackgroundView
@IBDesignable
open class RSDStatusBarBackgroundView : UIView
The status bar background is used on scrolling views to block the underlying view.
Seealso
RSDTableStepViewController
-
The color of the overlay view that is used to normalize the status bar display.
Declaration
Swift
@IBInspectable open var overlayColor: UIColor { get set }
-
Convenience method for setting up constraints on a programatically added status bar overlay.
Declaration
Swift
public func alignToStatusBar()