RBPaneView Class Reference
Inherits from | UIView |
---|---|
Declared in | RBPaneView.h |
controller
The RBPaneViewController
that this pane view belongs to.
@property (nonatomic, weak, readonly, nullable) RBPaneViewController *controller
Discussion
The RBPaneViewController
that this pane view belongs to.
Declared In
RBPaneView.h
– initWithController:
Initializes a new pane view.
- (nonnull instancetype)initWithController:(nonnull RBPaneViewController *)controller
Parameters
controller |
The |
---|
Return Value
The initialized pane view.
Discussion
Initializes a new pane view.
Declared In
RBPaneView.h