MLPAutoCompleteTextField
MLPAutoCompleteTextField copied to clipboard
Tableview Keyboard Input Accessory not shown when using auto layout and storyboard
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
I'll look into it, thanks for reporting.
My workaround for now is to put [self.myTextField setAutoCompleteTableAppearsAsKeyboardAccessory:YES] in the viewDidAppear method.
+1
+1
+1