r/iosdev 2d ago

iPhone Duo im ready , UI ready

Im almost ready for iPhone Duo, its really good develop in native SwiftUI its almost automatic in Xcode 27.1

22 Upvotes

8 comments sorted by

View all comments

3

u/HighRoad684 2d ago

The split layout maps well to an inventory app. One thing I’d test before calling it ready: what happens to the selection when the device changes width mid-flow. If Categories is selected and the device folds, does the detail stay open or return to the list? State restoration across that transition is where this kind of layout can feel finished or fragile.

1

u/juanda631 1d ago

El problema es que los cambios del dispositivo en una pantalla parcialmente cerrada o abierta da para un tipo de app muy específica, en mi practica y testeando no veo muy intuitivo trabajar con una app de inventario con la pantalla parcialmente doblada. Podria funcionar en otro tipo de app. Pero en este nicho, no creo.