The NuMenu class is used to work with menu.
NSObject
UIResponder
UIViewController
UITableViewController
NuMenu
delegate. An object used to work with menu.
- (id<NuMenuDelegate>) delegate [read, write, nonatomic, assign]
The example of use is given in the Adding Menu to Table section.
items. Menu items.
-(NSArray *) items [read, write, nonatomic, retain]
textAlignment. Alignment of menu items is relative to its borders.
- (UITextAlignment) textAlignment [read, write, nonatomic, assign]
See also:
Classes