Hello everyone I have a small problem of screen size in SwiftUI is someone is how to fix the problem is there a solution for that thank you.
iPhone SE :
iPhone 16 Pro :
iPhone 14 Pro Max : Perfect
Hello everyone I have a small problem of screen size in SwiftUI is someone is how to fix the problem is there a solution for that thank you.
iPhone SE :
iPhone 16 Pro :
iPhone 14 Pro Max : Perfect
You might have to rearrange your view so that the TextField for “Nom” is below the “Icône” group because SwiftUI automatically pushes up the View when the keyboard appears. This is not so bad on a larger device like the Pro Max but is a real problem on the smaller devices like the SE (as you have discovered).