iOS update brings adaptive layouts powered by small foundation models

AI ยท 4 min read

iOS update brings adaptive layouts powered by small foundation models

The update introduces an API called AdaptiveLayoutManager which runs a compact foundation model on-device to predict optimal component hierarchies and spacing when a user's environment changes. It understands constraints like split-screen, external monitor ratios, and pointer vs touch input, and can emit layout deltas that apps apply or reject.

Apple emphasized privacy and performance: the model is pruned for small memory footprint and leverages the Neural Engine for inference. Developers can provide layout hints and disallow automatic changes for branded or safety-critical interfaces.

Practical uses include email apps auto-optimizing reading panes when a keyboard is attached, and photo editors floating frequently used tools in reach zones when used with a pencil. Apple plans to document design patterns and provide sample migrations to make adoption smoother across the ecosystem.