Hi
I am using a UITableView and its style is Grouped. By default these sections are aligned Horizontally one after another.
Is there a way to place them vertically?
Meaning, if the first section starts from Rect(0, 0, 50, 40) then next section should be placed on Rect(55, 0, 50, 40).
Or to make things simple let me put it this way... if I have two sections then my first section should be on the left hand side and second second section should be on the right hand side.
Is this possible?
Thanks,
Pulkit
I am using a UITableView and its style is Grouped. By default these sections are aligned Horizontally one after another.
Is there a way to place them vertically?
Meaning, if the first section starts from Rect(0, 0, 50, 40) then next section should be placed on Rect(55, 0, 50, 40).
Or to make things simple let me put it this way... if I have two sections then my first section should be on the left hand side and second second section should be on the right hand side.
Is this possible?
Thanks,
Pulkit