App Resizability

Use when an app's layout must adapt to a window that changes size while the app runs, or when an app must support more than one window. That includes being asked to make an app resizable or support a resizable window, a layout that breaks or does not adapt as the window resizes, and preparing or optimizing an app for the foldable iPhone Duo, split-screen multitasking, or Stage Manager. Modernizes the app by replacing legacy shared-state APIs with context-appropriate alternatives: mainScreen, interfaceOrientation, userInterfaceIdiom, application and scene lifecycle, and safe area insets.

hstdt Updated

File contents

hstdt/xcode-skills-codex/tree/main/skills/app-resizability commit 98532001c0

Frequently asked questions

npx skillmds@latest add hstdt/app-resizability