Closed maxakash closed 4 years ago
I think this will be due to the layout used, SwiftUI views by default use the whole proposed size to render. I'm still learning SwiftUI myself so I can't really help here. If you find a solution that requires changes to the library we'd be happy to accept a PR
So what you probably can do is Textfield().frame(width: nil, height: 45)
I am using SkyFloatingLabelTextField in SwiftUI . My code is
But there is a very large space between the textfield and title.
Please suggest any solution @unlobito @richardkeen @ivanz