Swift/UIKit/AppearanceCustomization/UITabBarAppearance: Revision history

Diff selection: Mark the radio buttons of the revisions to compare and hit enter or the button at the bottom.
Legend: (cur) = difference with latest revision, (prev) = difference with preceding revision, m = minor edit.

11 November 2022

  • curprev 13:0213:02, 11 November 2022 imported>Fire 940 bytes +940 Created page with "{{Infobox Swift |name=UITabBarAppearance |Type=Class |iOS=13.0 |iPadOS=13.0 |macOS= |MacCatalyst=13.1 |tvOS=13.0 |watchOS= |Website={{URL|https://developer.apple.com/documentation/uikit/uitabbarappearance/}} }} タブバーの外観をカスタマイズするためのオブジェクト。 iOS 15以上だとナビゲーションバーが透過されてしまうので14以前の非透過に戻す設定。 <syntaxhighlight lang="Swift"> let tabBarAppearance = UITabBarA..."