次の方法で共有


UIBarPosition 列挙型

定義

、、または UIToolbarの場所を指定する値をUISearchBarUINavigationBar持つ列挙体。

[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 が含まれています。

適用対象