MLPAutoCompleteTextField icon indicating copy to clipboard operation
MLPAutoCompleteTextField copied to clipboard

Tableview Keyboard Input Accessory not shown when using auto layout and storyboard

Open rispie opened this issue 11 years ago • 5 comments

Hi,

I'm trying to get the tableview keyboard input accessory running but somehow can't get it working. After a bit of debugging I found out it's related the storyboard and using autolayout. When I disable auto layout the tableview is shown. When I enable autolayout the frame of the tableview is set to 0,0,0,0 I guess because the MLPAutoCompleteTextField has no dimensions yet. Hope you know how to fix this.

Thanks! Bart

rispie avatar Jun 20 '13 11:06 rispie

I'll look into it, thanks for reporting.

EddyBorja avatar Jun 20 '13 20:06 EddyBorja

My workaround for now is to put [self.myTextField setAutoCompleteTableAppearsAsKeyboardAccessory:YES] in the viewDidAppear method.

rispie avatar Jun 25 '13 18:06 rispie

+1

david-var avatar Sep 21 '15 15:09 david-var

+1

serg94 avatar Sep 21 '15 15:09 serg94

+1

WedgeSparda avatar Oct 20 '15 13:10 WedgeSparda