User case :
- I am using swiftui with UIHostingController on my app.
- My entire view is messed up when the keyboard is presented for a text field.
- This problem happens if - Keyboard is presented in another controller with UIKit text field and then came to this (SwiftUI) screen and the Keyboard is presented for the swiftUI textfield.