Share via


UIToolbarPosition Enum

Definition

An enumeration of the valid positions for a UIToolbar.

[ObjCRuntime.Native]
public enum UIToolbarPosition
[<ObjCRuntime.Native>]
type UIToolbarPosition = 
Inheritance
UIToolbarPosition
Attributes

Fields

Name Value Description
Any 0

The UIToolbar may be in any position.

Bottom 1

The UIToolbar is at the top of its containing UIView.

Top 2

The UIToolbar is at the bottom of its containing UIView.

Applies to