Hello! Can you please tell me how to make a TableView, in which the rows have settings (slider, segment or on / off element) and each row is a different element? this will be the settings menu

2 answers 2

Use uitableviewcontroller with static cells (Image below). In each cell, simply drag the necessary elements. enter image description here

    Subclass UITableViewCell for each cell and add the corresponding xib. Make outlets as Property.