[Solved] What is this iOS control? [closed]


It is a UITableView with 3 sections. The first section contains one row with a UIButton within a UITableViewCell. The second section contains one row with a UiSegmentedControl within a UITableViewCell. The third section is composed of just standard UITableViewCells.

Read up in the UITableView delegate and data source protocols to understand how to implement.

Good luck

T

1

solved What is this iOS control? [closed]