ios - How to create a grouped TableView without using a TableViewController -
i have uitableview , have 2 sections. know can have grouped sections if you're using uitableviewcontroller , if you're using static cells, neither of am. want possible? if can turn on setting up. seems every tutorial have found example of using uitableviewcontroller.
setting tableview's style property .grouped , return 2 numberofsections...-method should yield result. standard approach fail?
Comments
Post a Comment