Enumeration: UIToolbarPosition
Overview
Constants to identify the position of a toolbar for appearance customization (see setBackgroundImage:forToolbarPosition:barMetrics:).
Constant Summary
- UIToolbarPositionAny
Indicates the toolbar may be in any position.available in ios 5.0 and later.declared in uitoolbar.h.
- UIToolbarPositionBottom
Indicates the toolbar is at the top of its containing view.available in ios 5.0 and later.declared in uitoolbar.h.
- UIToolbarPositionTop
Indicates the toolbar is at the bottom of its containing view.available in ios 5.0 and later.declared in uitoolbar.h.