The custom item group.
More...
|
NSUInteger | index |
| Get index of the custom group in the view. It will be NSNotFound if it is not added. More...
|
|
NSMutableArray< FSMenuItem * > * | items |
| Set/Get the custom items. More...
|
|
NSString * | title |
| The title for custom group. More...
|
|
◆ initWithTitle:items:
- (instancetype) initWithTitle: |
|
(nullable NSString *) |
title |
items: |
|
(NSArray< FSMenuItem * > *) |
items |
|
|
| |
Intialize custom group.
- Parameters
-
[in] | title | The group title. |
[in] | items | The custom group items |
- Returns
- The custom group instance.
◆ index
Get index of the custom group in the view. It will be NSNotFound if it is not added.
◆ items
Set/Get the custom items.
◆ title
The title for custom group.