RBPageHeaderViewController Class Reference
Inherits from | UIViewController |
---|---|
Declared in | RBPageHeaderViewController.h |
pageViewController
The RBPageViewController
that the header belongs to.
@property (nonatomic, weak, readonly, nullable) RBPageViewController *pageViewController
Discussion
The RBPageViewController
that the header belongs to.
Declared In
RBPageHeaderViewController.h
items
The items to display on the header.
@property (nonatomic, nullable) NSArray<RBPageHeaderItem*> *items
Discussion
The items to display on the header.
Declared In
RBPageHeaderViewController.h
– headerSizeWithPageSize:
The size that the header requires within the given page size.
- (CGSize)headerSizeWithPageSize:(CGSize)pageSize
Parameters
pageSize |
The size of the page that the header will be displayed in. |
---|
Return Value
The size that the header requires.
Discussion
The size that the header requires within the given page size.
Declared In
RBPageHeaderViewController.h