Tag: "io"
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… more »
Tags: io