SearchTextField
SearchTextField copied to clipboard
Tableview hiding below keyboard in iPhone 11
This is the result for iPhone 11, where the tableview is hiding below the keyboard:
while the results are as expected for iPhone 6s plus:
As a workaround, I used
state.tableBottomMargin = 333
but the tableview should automatically find its layout.