<?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%2FUINavigationBarAppearance</id>
	<title>Swift/UIKit/AppearanceCustomization/UINavigationBarAppearance - 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%2FUINavigationBarAppearance"/>
	<link rel="alternate" type="text/html" href="https://wiki.tiffa.net/w/index.php?title=Swift/UIKit/AppearanceCustomization/UINavigationBarAppearance&amp;action=history"/>
	<updated>2026-06-06T04:17:25Z</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/UINavigationBarAppearance&amp;diff=2203&amp;oldid=prev</id>
		<title>imported&gt;Fire at 01:43, 11 November 2022</title>
		<link rel="alternate" type="text/html" href="https://wiki.tiffa.net/w/index.php?title=Swift/UIKit/AppearanceCustomization/UINavigationBarAppearance&amp;diff=2203&amp;oldid=prev"/>
		<updated>2022-11-11T01:43:10Z</updated>

		<summary type="html">&lt;p&gt;&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=UINavigationBarAppearance&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/uinavigationbarappearance/}}&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 navigationBarAppearance = UINavigationBarAppearance()&lt;br /&gt;
&lt;br /&gt;
   //バー外観オブジェクトを設定し、デフォルトの背景と影の値を設定する。&lt;br /&gt;
   navigationBarAppearance.configureWithDefaultBackground()&lt;br /&gt;
&lt;br /&gt;
   //ナビゲーションバーの外観にデフォルト値を設定する&lt;br /&gt;
   UINavigationBar.appearance().standardAppearance = navigationBarAppearance&lt;br /&gt;
   UINavigationBar.appearance().compactAppearance = navigationBarAppearance&lt;br /&gt;
   UINavigationBar.appearance().scrollEdgeAppearance = navigationBarAppearance&lt;br /&gt;
&amp;lt;/syntaxhighlight&amp;gt;&lt;br /&gt;
&lt;br /&gt;
[[Category:Swift/UIKit/AppearanceCustomization|UINavigationBarAppearance]]&lt;/div&gt;</summary>
		<author><name>imported&gt;Fire</name></author>
	</entry>
</feed>