UIToolbarPosition Enum

Definition

An enumeration of the valid positions for a UIToolbar.

[ObjCRuntime.Unavailable(ObjCRuntime.PlatformName.TvOS, ObjCRuntime.PlatformArchitecture.All, null)]
[ObjCRuntime.Unavailable(ObjCRuntime.PlatformName.WatchOS, ObjCRuntime.PlatformArchitecture.All, null)]
public enum UIToolbarPosition
type UIToolbarPosition = 
Inheritance
UIToolbarPosition
Attributes

Fields

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