NavigationStack
public class NavigationStack: UINavigationController
UINavigationcontroller with animation show lists of UIViewControllers
-
A floating-point value that determines the rate of deceleration after the user lifts their finger.
Declaration
Swift
@IBInspectable public var decelerationRate: CGFloat = UIScrollViewDecelerationRateNormal -
The color to use for the background of the lists of UIViewcontrollers.
Declaration
Swift
@IBInspectable public var bgColor: UIColor = .blackColor() -
The background UIView of the lists of UIViewcontrollers.
Declaration
Swift
public var bgView: UIView? = nil -
The delegate of the navigation controller object. Use this instead delegate.
Declaration
Swift
weak public var stackDelegate: UINavigationControllerDelegate? -
The initialized navigation controller object or nil if there was a problem initializing the object.
Declaration
Swift
public required init?(coder aDecoder: NSCoder)Parameters
aDecoderaDecoder
Return Value
The initialized navigation controller object or nil if there was a problem initializing the object.
-
Show list of ViewControllers.
Declaration
Swift
public func showControllers()
NavigationStack Class Reference