UIViewController(Redbeard) Category Reference
Declared in | UIViewController+Redbeard.h |
---|
– initWithoutNib
Initializes the view controller without an XIB/NIB.
- (nonnull instancetype)initWithoutNib
Return Value
The initialized view controller object.
Discussion
Initializes the view controller without an XIB/NIB.
Declared In
UIViewController+Redbeard.h
viewIsAvailable
Whether or not the view has been loaded and is available yet.
@property (nonatomic, readonly) BOOL viewIsAvailable
Discussion
Whether or not the view has been loaded and is available yet.
Declared In
UIViewController+Redbeard.h
– isChildOfViewController:
Determines whether this view controller is a successor in the heirarchy of the given view controller.
- (BOOL)isChildOfViewController:(nonnull UIViewController *)viewController
Parameters
viewController |
The potential ancestor view controller. |
---|
Return Value
Whether or not the given view controller is a parent.
Discussion
Determines whether this view controller is a successor in the heirarchy of the given view controller.
Declared In
UIViewController+Redbeard.h