<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>https://wiki.tiffa.net/w/index.php?action=history&amp;feed=atom&amp;title=Swift%2FUIKit%2FAppearanceCustomization%2FUITabBarAppearance</id>
	<title>Swift/UIKit/AppearanceCustomization/UITabBarAppearance - Revision history</title>
	<link rel="self" type="application/atom+xml" href="https://wiki.tiffa.net/w/index.php?action=history&amp;feed=atom&amp;title=Swift%2FUIKit%2FAppearanceCustomization%2FUITabBarAppearance"/>
	<link rel="alternate" type="text/html" href="https://wiki.tiffa.net/w/index.php?title=Swift/UIKit/AppearanceCustomization/UITabBarAppearance&amp;action=history"/>
	<updated>2026-06-05T20:18:15Z</updated>
	<subtitle>Revision history for this page on the wiki</subtitle>
	<generator>MediaWiki 1.43.0</generator>
	<entry>
		<id>https://wiki.tiffa.net/w/index.php?title=Swift/UIKit/AppearanceCustomization/UITabBarAppearance&amp;diff=2211&amp;oldid=prev</id>
		<title>imported&gt;Fire: Created page with &quot;{{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以前の非透過に戻す設定。 &lt;syntaxhighlight lang=&quot;Swift&quot;&gt;    let tabBarAppearance = UITabBarA...&quot;</title>
		<link rel="alternate" type="text/html" href="https://wiki.tiffa.net/w/index.php?title=Swift/UIKit/AppearanceCustomization/UITabBarAppearance&amp;diff=2211&amp;oldid=prev"/>
		<updated>2022-11-11T04:02:57Z</updated>

		<summary type="html">&lt;p&gt;Created page with &amp;quot;{{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以前の非透過に戻す設定。 &amp;lt;syntaxhighlight lang=&amp;quot;Swift&amp;quot;&amp;gt;    let tabBarAppearance = UITabBarA...&amp;quot;&lt;/p&gt;
&lt;p&gt;&lt;b&gt;New page&lt;/b&gt;&lt;/p&gt;&lt;div&gt;{{Infobox Swift&lt;br /&gt;
|name=UITabBarAppearance&lt;br /&gt;
|Type=Class&lt;br /&gt;
|iOS=13.0&lt;br /&gt;
|iPadOS=13.0&lt;br /&gt;
|macOS=&lt;br /&gt;
|MacCatalyst=13.1&lt;br /&gt;
|tvOS=13.0&lt;br /&gt;
|watchOS=&lt;br /&gt;
|Website={{URL|https://developer.apple.com/documentation/uikit/uitabbarappearance/}}&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
タブバーの外観をカスタマイズするためのオブジェクト。&lt;br /&gt;
&lt;br /&gt;
iOS 15以上だとナビゲーションバーが透過されてしまうので14以前の非透過に戻す設定。&lt;br /&gt;
&amp;lt;syntaxhighlight lang=&amp;quot;Swift&amp;quot;&amp;gt;&lt;br /&gt;
   let tabBarAppearance = UITabBarAppearance()&lt;br /&gt;
&lt;br /&gt;
   //バー外観オブジェクトを設定し、デフォルトの背景と影の値を設定する。&lt;br /&gt;
   tabBarAppearance.configureWithDefaultBackground()&lt;br /&gt;
&lt;br /&gt;
   //ナビゲーションバーの外観にデフォルト値を設定する&lt;br /&gt;
   UITabBar.appearance().standardAppearance = tabBarAppearance&lt;br /&gt;
   UITabBar.appearance().scrollEdgeAppearance = tabBarAppearance&lt;br /&gt;
&amp;lt;/syntaxhighlight&amp;gt;&lt;br /&gt;
&lt;br /&gt;
[[Category:Swift/UIKit/AppearanceCustomization|UITabBarAppearance]]&lt;/div&gt;</summary>
		<author><name>imported&gt;Fire</name></author>
	</entry>
</feed>