I have a storyboard with a subclass of UITableViewController. It looks like this:

I inherited this project, so I myself did not make a section inside the table. I canβt find a way to add a section of the table (a blue square in the image) other than copying / pasting an existing and subsequent modification.
The object library does not have this component.
I know that I can manipulate sections in the code, but my question is, can this section (blue square in the image) be added only with IB?
Thanks!
source share