EnesKaraosman / SwiftyChat

SwiftUI Chat UI (Client) Framework & Documentation to get started!
Apache License 2.0
277 stars 53 forks source link

BasicInputView on tabbar #5

Closed nasru closed 3 years ago

nasru commented 3 years ago

hi. When I use tabview, BasicInputView is under the tabbar. How can I show BasicInputView on tabbar?

Ekran Resmi 2020-12-17 00 37 34
EnesKaraosman commented 3 years ago
ChatView(...) {
..
}
.padding(.bottom, 1) << Here does the trick

The above hack fix keyboard visibility issue but, breaks keyboard specially for iOS14, this might be SwiftUI bug, not sure. But I recommend avoid using it with TabView 😞 , try hiding TabView please visit this link