RSDStepHeaderView
@IBDesignable
open class RSDStepHeaderView : RSDNavigationHeaderView
RSDStepHeaderView is a custom UIView designed for use as a header view in a table view, such as
an RSDTableStepViewController.
-
Causes the main view to be resized to this minimum height, if necessary. The extra needed height is added to and divided equally between the top margin and bottom margin of the main view.
Declaration
Swift
open var minumumHeight: CGFloat { get set }
View on GitHub
RSDStepHeaderView Class Reference