Hi there!
Back with Xcode 14 and iOS 16 there were two new app icon sizes introduced to iOS:
- 64pt @2x (128x128px)
- 64pt @3x (192x192px)
- 68pt @2x (136x136px)
What are those icons used for?
Neither the Xcode 14 release notes nor the Human Interface Guidelines are mentioning those sizes and what they are used for.
In previous Xcode versions the asset catalog had labels for each icon size. As Xcode 15 still doesn’t bring that feature back I’m still puzzled when those icon sizes are visible to the user.
Best! – Alex
I finally figured it out by using the asset catalog to color the different sizes. Would be great if the HIG would clarify that in the first place!
So as of Xcode 16.0 beta 5 the sizes are used the following way:
64pt Size
- Home Screen of iPhone Pro Max
- iOS 18’s small size only
68pt Size
- Home Screen of iPad Pro 13-inch
- iOS 18’s small size only
Overview of all sizes
iOS 18’s Sizing