RSDStepHeaderView
open class RSDStepHeaderView: RSDNavigationHeaderView
RSDStepHeaderView
is a custom UIView
designed for use as a header view in a table view, such as
an RSDTableStepViewController
.
-
The image view for displaying an image in the header.
Declaration
Swift
@IBOutlet open var imageView: UIImageView?
-
The label for displaying the title.
Declaration
Swift
@IBOutlet open var titleLabel: UILabel?
-
The label for displaying step text.
Declaration
Swift
@IBOutlet open var textLabel: UILabel?
-
The label for displaying step detail text.
Declaration
Swift
@IBOutlet open var detailLabel: UILabel?
-
Whether or not the step header has an image.
Declaration
Swift
open var hasImage: Bool = false
-
The image to display in the step header view.
Declaration
Swift
open var image: UIImage?
-
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 = 0.0