<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:content="http://purl.org/rss/1.0/modules/content/">
  <channel>
    <title>IOS Simulator on Mike Gopsill</title>
    <link>https://www.mikegopsill.com/tags/ios-simulator/</link>
    <description>Recent content in IOS Simulator on Mike Gopsill</description>
    <generator>Hugo -- 0.160.1</generator>
    <language>en</language>
    <lastBuildDate>Fri, 20 Jun 2025 00:00:00 +0000</lastBuildDate>
    <atom:link href="https://www.mikegopsill.com/tags/ios-simulator/index.xml" rel="self" type="application/rss+xml" />
    <item>
      <title>How to Control the Status Bar in iOS Simulator</title>
      <link>https://www.mikegopsill.com/posts/control-statusbar-ios-simulator/</link>
      <pubDate>Fri, 20 Jun 2025 00:00:00 +0000</pubDate>
      <guid>https://www.mikegopsill.com/posts/control-statusbar-ios-simulator/</guid>
      <description>&lt;p&gt;Need to quickly change the iOS Simulator&amp;rsquo;s status bar for screenshots or testing? You can do it with the &lt;code&gt;simctl&lt;/code&gt; command-line tool. Here&amp;rsquo;s a quick look.&lt;/p&gt;
&lt;h2 id=&#34;the-basic-command&#34;&gt;The Basic Command&lt;/h2&gt;
&lt;p&gt;The core command to manipulate the status bar is:&lt;/p&gt;
&lt;div class=&#34;highlight&#34;&gt;&lt;pre tabindex=&#34;0&#34; class=&#34;chroma&#34;&gt;&lt;code class=&#34;language-bash&#34; data-lang=&#34;bash&#34;&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;xcrun simctl status_bar &amp;lt;device&amp;gt; override &amp;lt;options&amp;gt;
&lt;/span&gt;&lt;/span&gt;&lt;/code&gt;&lt;/pre&gt;&lt;/div&gt;&lt;ul&gt;
&lt;li&gt;&lt;code&gt;&amp;lt;device&amp;gt;&lt;/code&gt;: Use &lt;code&gt;booted&lt;/code&gt; for the currently running simulator, or a specific simulator UDID (get a list with &lt;code&gt;xcrun simctl list devices&lt;/code&gt;).&lt;/li&gt;
&lt;li&gt;&lt;code&gt;&amp;lt;options&amp;gt;&lt;/code&gt;: These are key-value pairs for what you want to change.&lt;/li&gt;
&lt;/ul&gt;
&lt;hr&gt;
&lt;h2 id=&#34;common-status-bar-overrides&#34;&gt;Common Status Bar Overrides&lt;/h2&gt;
&lt;p&gt;Here are some of the most common things you&amp;rsquo;ll want to do:&lt;/p&gt;</description>
    </item>
    <item>
      <title>How to Record GIFs from iOS Simulator</title>
      <link>https://www.mikegopsill.com/posts/record-gifs-ios-simulator/</link>
      <pubDate>Wed, 18 Jun 2025 00:00:00 +0000</pubDate>
      <guid>https://www.mikegopsill.com/posts/record-gifs-ios-simulator/</guid>
      <description>&lt;p&gt;Creating GIFs from your iOS Simulator is a great way to showcase features, document animations, or report bugs. Let&amp;rsquo;s look at the easiest ways to do this.&lt;/p&gt;
&lt;h2 id=&#34;record-a-gif-from-the-ios-simulator&#34;&gt;Record a GIF from the iOS Simulator&lt;/h2&gt;
&lt;p&gt;The simplest way to record a video of your app running in the iOS Simulator is using its built-in screen recording feature.&lt;/p&gt;
&lt;ol&gt;
&lt;li&gt;&lt;strong&gt;Launch your app&lt;/strong&gt; in the iOS Simulator.&lt;/li&gt;
&lt;li&gt;With the Simulator window active,
&lt;ol&gt;
&lt;li&gt;go to &lt;strong&gt;&lt;code&gt;File &amp;gt; Record Screen&lt;/code&gt;&lt;/strong&gt; in the macOS menu bar, or&lt;/li&gt;
&lt;li&gt;press the shortcut &lt;strong&gt;&lt;code&gt;Cmd + R&lt;/code&gt;&lt;/strong&gt;, or&lt;/li&gt;
&lt;li&gt;hold &lt;strong&gt;&lt;code&gt;Option&lt;/code&gt;&lt;/strong&gt; and click on the record button in the Simulator&amp;rsquo;s title bar.&lt;/li&gt;
&lt;/ol&gt;
&lt;/li&gt;
&lt;li&gt;A recording indicator (a small circle) will appear in the Simulator&amp;rsquo;s title bar. Perform the actions you want to capture.&lt;/li&gt;
&lt;li&gt;To stop, click the recording indicator again, or press &lt;strong&gt;&lt;code&gt;Cmd + R&lt;/code&gt;&lt;/strong&gt;.&lt;/li&gt;
&lt;li&gt;A thumbnail of your recording will appear.&lt;/li&gt;
&lt;li&gt;Right-click that recording then select &lt;strong&gt;&lt;code&gt;Save as Animated Gif&lt;/code&gt;&lt;/strong&gt;.&lt;/li&gt;
&lt;/ol&gt;
&lt;p&gt;&lt;img alt=&#34;record gif from iOS simulator&#34; loading=&#34;lazy&#34; src=&#34;https://www.mikegopsill.com/posts/record-gifs-ios-simulator/record-ios-simulator-gif.gif#center&#34;&gt;&lt;/p&gt;</description>
    </item>
  </channel>
</rss>
