Declared in | GSItemSelector.h |
---|
color
property
color property Change the backgroung color of the menu
borderColor
property
borderColor Property Change the border color of the Menu
selectedItemIndex
property
selectedItemIndex property Use this property to select an item, this action make the corrsponding item highlighted
- addItem:
Add an item at the end of the menu.
- removeItem:
Remove the item gift in parameter from the menu.
- setMenuPosition:
Choose the position of the menu. For now only LEFT and RIGHT position are allowed.
- putAside:
Move the menu out of the screen and show only a little strip wich enable user to get back the menu.
color property Change the backgroung color of the menu
@property UIColor *color
GSItemSelector
.h
borderColor Property Change the border color of the Menu
@property UIColor *borderColor
GSItemSelector
.h
selectedItemIndex property Use this property to select an item, this action make the corrsponding item highlighted
@property NSInteger selectedItemIndex
GSItemSelector
.h
Add an item at the end of the menu.
- (void)addItem:(UIControl *)item
The added item.
GSItemSelector
.h
Remove the item gift in parameter from the menu.
- (void)removeItem:(UIControl *)item
The removed item
GSItemSelector
.h
Choose the position of the menu. For now only LEFT and RIGHT position are allowed.
- (void)setMenuPosition:(ItemSelectorPosition)position
The new position for the menu
GSItemSelector
.h
Move the menu out of the screen and show only a little strip wich enable user to get back the menu.
- (void)putAside:(BOOL)mustPutAside
YES if the menu must be hide, otherwise NO.
GSItemSelector
.h
Last updated: 2010-8-12