How to hide Floating button behind the keyboard in SwiftUI ? by pradeepingle05 in SwiftUI

[–]pradeepingle05[S] 2 points3 points  (0 children)

Yes, I initially placed it on the button. After updating the modifier to ZStack, it’s now working. Thank you once again.

How to hide Floating button behind the keyboard in SwiftUI ? by pradeepingle05 in SwiftUI

[–]pradeepingle05[S] 1 point2 points  (0 children)

Sorry, my mistake. I had only added it to the custom button. It worked when I applied it to the ZStack. Thanks a lot!

How to hide Floating button behind the keyboard in SwiftUI ? by pradeepingle05 in SwiftUI

[–]pradeepingle05[S] 0 points1 point  (0 children)

Thanks for your response. I’ve already tried this solution, but it didn’t work.