iphone height plus enum for iphone fold

Asked on 2026-09-13

1 search

If you mean the new iPhone resizing behavior, Apple says iPhone apps are becoming fully resizable in newer platform updates, including when running in iPhone mirroring on Mac and on iPad.

If you mean a specific “iPhone fold” enum, I don’t know of an Apple WWDC enum by that name from the provided sessions.

Relevant sessions:

  • Modernize your UIKit app — discusses iPhone apps becoming fully resizable and adaptivity changes
  • Platforms State of the Union — covers app resizability across iPhone mirroring and iPad

If you want, I can help map this to:

  • a UIKit API
  • a SwiftUI layout approach
  • or the new adaptivity guidance Apple gives for iPhone apps.