共用方式為


UIBarPosition 列舉

定義

列舉,其值指定 、 UINavigationBarUIToolbar 的位置 UISearchBar

[ObjCRuntime.Unavailable(ObjCRuntime.PlatformName.WatchOS, ObjCRuntime.PlatformArchitecture.All, null)]
public enum UIBarPosition
type UIBarPosition = 
繼承
UIBarPosition
屬性

欄位

Any 0

指定未指定位置。

Bottom 1

列位於其包含 UIView 的底部。

Top 2

列位於其包含 UIView 的頂端。

TopAttached 3

列位於畫面頂端,以及其包含 UIView。

適用於