RSDNavigationFooterView
@IBDesignable
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?
-
Should the footer view show a drop shadow above it? Default = false If the value in app configuration is false, that overrides any attempt to set to true.
Declaration
Swift
@IBInspectable open var shouldShowShadow: Bool { get set }