RSDNavigationFooterView
open class RSDNavigationFooterView: RSDStepNavigationView
RSDNavigationFooterView
is an abstract implementation for the RSDStepNavigationView
which can be
added to a Nib, Storyboard or instantiated using the RSDTableStepUIConfig.instantiatNavigationView()
method.
-
An optional shadow gradient to use to display a shadow (used to indicate additional content below the fold).
Declaration
Swift
@IBOutlet open var shadowView: RSDShadowGradient?
-
Causes the drop shadow at the top of the view to be shown or hidden. If the value in app configuration is false, that overrides any attempt to set to true.
Declaration
Swift
open var shouldShowShadow: Bool