<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:dc="http://purl.org/dc/elements/1.1/">
  <channel>
    <title>DEV Community: Tyrian Horton</title>
    <description>The latest articles on DEV Community by Tyrian Horton (@presidentty).</description>
    <link>https://dev.to/presidentty</link>
    <image>
      <url>https://media2.dev.to/dynamic/image/width=90,height=90,fit=cover,gravity=auto,format=auto/https:%2F%2Fdev-to-uploads.s3.us-east-2.amazonaws.com%2Fuploads%2Fuser%2Fprofile_image%2F4004473%2F9ace3c90-8261-418a-93c2-35eeeca77d6b.png</url>
      <title>DEV Community: Tyrian Horton</title>
      <link>https://dev.to/presidentty</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/presidentty"/>
    <language>en</language>
    <item>
      <title>iOS App Icon Sizes in 2026: The Complete Reference</title>
      <dc:creator>Tyrian Horton</dc:creator>
      <pubDate>Fri, 26 Jun 2026 19:24:39 +0000</pubDate>
      <link>https://dev.to/presidentty/ios-app-icon-sizes-in-2026-the-complete-reference-fk6</link>
      <guid>https://dev.to/presidentty/ios-app-icon-sizes-in-2026-the-complete-reference-fk6</guid>
      <description>&lt;p&gt;Every time I ship an iOS app I end up re-looking-up the icon sizes, so here's the complete 2026 reference in one place — plus the part nobody tells you up front.&lt;/p&gt;

&lt;h2&gt;
  
  
  App Store
&lt;/h2&gt;

&lt;ul&gt;
&lt;li&gt;
&lt;strong&gt;1024×1024 px&lt;/strong&gt; — the required master. With a modern Xcode project this is often the &lt;em&gt;only&lt;/em&gt; size you need to provide (see the shortcut below).&lt;/li&gt;
&lt;/ul&gt;

&lt;h2&gt;
  
  
  iPhone
&lt;/h2&gt;

&lt;div class="table-wrapper-paragraph"&gt;&lt;table&gt;
&lt;thead&gt;
&lt;tr&gt;
&lt;th&gt;Use&lt;/th&gt;
&lt;th&gt;Points&lt;/th&gt;
&lt;th&gt;@2x&lt;/th&gt;
&lt;th&gt;@3x&lt;/th&gt;
&lt;/tr&gt;
&lt;/thead&gt;
&lt;tbody&gt;
&lt;tr&gt;
&lt;td&gt;Home Screen&lt;/td&gt;
&lt;td&gt;60pt&lt;/td&gt;
&lt;td&gt;120×120&lt;/td&gt;
&lt;td&gt;180×180&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;Spotlight&lt;/td&gt;
&lt;td&gt;40pt&lt;/td&gt;
&lt;td&gt;80×80&lt;/td&gt;
&lt;td&gt;120×120&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;Settings&lt;/td&gt;
&lt;td&gt;29pt&lt;/td&gt;
&lt;td&gt;58×58&lt;/td&gt;
&lt;td&gt;87×87&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;Notifications&lt;/td&gt;
&lt;td&gt;20pt&lt;/td&gt;
&lt;td&gt;40×40&lt;/td&gt;
&lt;td&gt;60×60&lt;/td&gt;
&lt;/tr&gt;
&lt;/tbody&gt;
&lt;/table&gt;&lt;/div&gt;

&lt;h2&gt;
  
  
  iPad
&lt;/h2&gt;

&lt;div class="table-wrapper-paragraph"&gt;&lt;table&gt;
&lt;thead&gt;
&lt;tr&gt;
&lt;th&gt;Use&lt;/th&gt;
&lt;th&gt;Points&lt;/th&gt;
&lt;th&gt;@2x&lt;/th&gt;
&lt;/tr&gt;
&lt;/thead&gt;
&lt;tbody&gt;
&lt;tr&gt;
&lt;td&gt;Home Screen&lt;/td&gt;
&lt;td&gt;76pt&lt;/td&gt;
&lt;td&gt;152×152&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;iPad Pro Home&lt;/td&gt;
&lt;td&gt;83.5pt&lt;/td&gt;
&lt;td&gt;167×167&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;Spotlight&lt;/td&gt;
&lt;td&gt;40pt&lt;/td&gt;
&lt;td&gt;80×80&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;Settings&lt;/td&gt;
&lt;td&gt;29pt&lt;/td&gt;
&lt;td&gt;58×58&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;Notifications&lt;/td&gt;
&lt;td&gt;20pt&lt;/td&gt;
&lt;td&gt;40×40&lt;/td&gt;
&lt;/tr&gt;
&lt;/tbody&gt;
&lt;/table&gt;&lt;/div&gt;

&lt;p&gt;&lt;strong&gt;Rules:&lt;/strong&gt; square PNG, &lt;strong&gt;no transparency/alpha&lt;/strong&gt;, and no rounded corners (iOS masks them automatically).&lt;/p&gt;

&lt;h2&gt;
  
  
  The shortcut nobody mentions
&lt;/h2&gt;

&lt;p&gt;Since Xcode 14 you can drop a &lt;strong&gt;single 1024×1024 PNG&lt;/strong&gt; into a "Single Size" &lt;code&gt;AppIcon.appiconset&lt;/code&gt; and Xcode generates every other size at build time. You rarely need the full legacy set anymore — but it's still there if you want pixel-perfect control per size.&lt;/p&gt;

&lt;h2&gt;
  
  
  iOS 18 / iOS 26 dark + tinted icons
&lt;/h2&gt;

&lt;p&gt;Newer iOS also supports &lt;strong&gt;dark&lt;/strong&gt; and &lt;strong&gt;tinted&lt;/strong&gt; icon variants (and the "Liquid Glass" look in iOS 26). You add extra 1024×1024 variants in the asset catalog and iOS handles the rest.&lt;/p&gt;

&lt;h2&gt;
  
  
  Full reference + tools
&lt;/h2&gt;

&lt;ul&gt;
&lt;li&gt;The complete guide — every platform including Apple Watch + macOS, with copy-ready values: &lt;strong&gt;&lt;a href="https://iconbundlr.com/blog/ios-app-icon-sizes-2026-complete-guide" rel="noopener noreferrer"&gt;https://iconbundlr.com/blog/ios-app-icon-sizes-2026-complete-guide&lt;/a&gt;&lt;/strong&gt;
&lt;/li&gt;
&lt;li&gt;A free interactive size calculator: &lt;a href="https://iconbundlr.com/tools/icon-size-calculator" rel="noopener noreferrer"&gt;https://iconbundlr.com/tools/icon-size-calculator&lt;/a&gt;
&lt;/li&gt;
&lt;/ul&gt;




&lt;p&gt;&lt;em&gt;Disclosure: I build &lt;a href="https://iconbundlr.com" rel="noopener noreferrer"&gt;IconBundlr&lt;/a&gt;, an AI app-icon maker that generates an icon from a text prompt and exports the whole &lt;code&gt;AppIcon.appiconset&lt;/code&gt;. I basically turned the reference above into a tool — but the table's the table, so copy it wherever you need it.&lt;/em&gt;&lt;/p&gt;

</description>
      <category>ios</category>
      <category>swift</category>
      <category>design</category>
      <category>productivity</category>
    </item>
  </channel>
</rss>
