NuMenuController

Description

The NuMenuController class is used to manage menu.

Inheritance Hierarchy

          NSObject

          NuSingleton

          NuMenuController

Supported Protocols

<NuMenuDelegate>

<UIPopoverControllerDelegate>

Properties

arrowDirection. Position of a pointer of the popup menu.

menu. Menu object.

menuItems. Menu items.

target. An object used to work with menu.

targetRect. Menu area.

targetView. A grid, for which menu is called.

Methods

setMenuVisible:. Displays menu.

setMenuVisible:animated:. Displays menu with animation.

setRect:inView:forTarget:. Determines menu area, the grid, for which the menu is called, and the object used for working with the menu.

Methods inherited from NuSingleton

sharedInstance. Creates an element in the public pool.

Static Methods

sharedMenuController. Provides common access to menu manager.

See also:

Classes