I am trying to create a UILabel that is in between two cells,like how the table separator is presented.
Does Swift allow this with its built in functions for UITableView?
How should I go about this?
I am trying to create a UILabel that is in between two cells,like how the table separator is presented.
Does Swift allow this with its built in functions for UITableView?
How should I go about this?
You could use the section headers Check https://developer.apple.com/documentation/uikit/views_and_controls/table_views/adding_headers_and_footers_to_table_sections