Freigeben über


UIBarPosition Enumeration

Definition

Eine Enumeration, deren Werte Speicherorte für UISearchBar, UINavigationBaroder UIToolbarangeben.

[ObjCRuntime.Unavailable(ObjCRuntime.PlatformName.WatchOS, ObjCRuntime.PlatformArchitecture.All, null)]
public enum UIBarPosition
type UIBarPosition = 
Vererbung
UIBarPosition
Attribute

Felder

Any 0

Gibt an, dass die Position nicht angegeben ist.

Bottom 1

The bar is at the bottom of its containing UIView.

Top 2

The bar is at the top of its containing UIView.

TopAttached 3

Die Leiste befindet sich oben auf dem Bildschirm sowie die enthaltende UIView.

Gilt für: