Sean Heber on Nostr: Getting to where I might want to spend time fighting UITableView instead of fighting ...
Getting to where I might want to spend time fighting UITableView instead of fighting SwiftUI's List.
The last time I tried to replace a List with a tableview, though, I had problems with safe area stuff - I want my UITableView to extend behind SwiftUI's nav bars and toolbars on the bottom and interact correctly with them when it scrolls.
Anyone have a UIViewControllerRepresentable (or I guess UIViewRepresentable) wrapping a UITableView that does the right thing with that stuff?
The last time I tried to replace a List with a tableview, though, I had problems with safe area stuff - I want my UITableView to extend behind SwiftUI's nav bars and toolbars on the bottom and interact correctly with them when it scrolls.
Anyone have a UIViewControllerRepresentable (or I guess UIViewRepresentable) wrapping a UITableView that does the right thing with that stuff?