Static Cell Table with sub view
I created an app which is using static table in iOS. Moreover, I tried to plug in a sub view for autocomplete should be underneath a text box.
[self.view addSubview:autocompleteTableView];
But I found it will break the layout. The subview will be overlapping other cells in the table.
Please be careful to use subview in static table.
Tags: io
Trackback address for this post
Trackback URL (right click and copy shortcut/link location)
Feedback awaiting moderation
This post has 374 feedbacks awaiting moderation...
Form is loading...