Contents

UIBarPosition.top

Specifies that the bar is at the top of its containing view.

Declaration

case top

Discussion

The system uses this as a hint to draw directional decoration accordingly. For example, any shadow would be drawn below the bar.

Instances of UIToolbar do not appear with this position on iPhone, but they can on iPad.

See Also

Constants