<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Status Bar Archives - AppMakers.Dev</title>
	<atom:link href="https://appmakers.dev/tag/status-bar/feed/" rel="self" type="application/rss+xml" />
	<link>https://appmakers.dev/tag/status-bar/</link>
	<description>SwiftUI Tutorials, iOS App Development, SwiftUI, Swift</description>
	<lastBuildDate>Fri, 18 Oct 2024 13:12:35 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=6.9.4</generator>

<image>
	<url>https://appmakers.dev/wp-content/uploads/2024/10/cropped-AppMakersDev-32x32.jpg</url>
	<title>Status Bar Archives - AppMakers.Dev</title>
	<link>https://appmakers.dev/tag/status-bar/</link>
	<width>32</width>
	<height>32</height>
</image> 
	<item>
		<title>How to hide status bar in SwiftUI</title>
		<link>https://appmakers.dev/how-to-hide-status-bar-in-swiftui/</link>
		
		<dc:creator><![CDATA[AppMakers]]></dc:creator>
		<pubDate>Sat, 30 Nov 2019 06:43:28 +0000</pubDate>
				<category><![CDATA[Export Free]]></category>
		<category><![CDATA[iOS Development]]></category>
		<category><![CDATA[Swift]]></category>
		<category><![CDATA[Swift Tutorials]]></category>
		<category><![CDATA[SwiftUI]]></category>
		<category><![CDATA[SwiftUI Views]]></category>
		<category><![CDATA[Status Bar]]></category>
		<guid isPermaLink="false">https://appmakers.dev/?p=1017</guid>

					<description><![CDATA[<p>To Hide Status Bar in SwiftUI implement this: var body: some View { .edgesIgnoringSafeArea(.all) .statusBar(hidden: true) }</p>
<p>The post <a href="https://appmakers.dev/how-to-hide-status-bar-in-swiftui/">How to hide status bar in SwiftUI</a> appeared first on <a href="https://appmakers.dev">AppMakers.Dev</a>.</p>
]]></description>
										<content:encoded><![CDATA[<p><b>To Hide Status Bar in SwiftUI implement this:</b></p>
<pre><code class="language-swift" data-line="">var body: some View {
        .edgesIgnoringSafeArea(.all) 
        .statusBar(hidden: true)
    } </code></pre>
<p>The post <a href="https://appmakers.dev/how-to-hide-status-bar-in-swiftui/">How to hide status bar in SwiftUI</a> appeared first on <a href="https://appmakers.dev">AppMakers.Dev</a>.</p>
]]></content:encoded>
					
		
		
			</item>
	</channel>
</rss>
