SwiftUI project demonstrating how to implement a Form with a header containing a profile icon, and a footer containing a call-to-action button, while keeping text at the bottom of the screen when a textField is in focus.
sign-in.mov
- Within Terminal, cd to your favorite work directory and run
git clone git@github.com:markjeschke/SignInView.git. You can also download the zip. - If you're deploying this app to your physical iOS device, remember to select your developer Team account in the Signing and Capabilities tab in Xcode. Otherwise, you'll receive an error.
- Minimum target is iOS 16. Tested with iOS 17 Beta
- Updated with Xcode 14.3.1 and compatible with Xcode 15 Beta.