apasccon / SearchTextField

UITextField subclass with autocompletion suggestions list
MIT License
1.15k stars 253 forks source link

Tableview hiding below keyboard in iPhone 11 #183

Open sandeepbol opened 4 years ago

sandeepbol commented 4 years ago

This is the result for iPhone 11, where the tableview is hiding below the keyboard: IMG_82F15B63BA10-1

while the results are as expected for iPhone 6s plus: IMG_FAEDC7295082-1

sandeepbol commented 4 years ago

As a workaround, I used

state.tableBottomMargin = 333

but the tableview should automatically find its layout.