Good day. I have an app the captures a list but has a table view for the data. I want to display the list as a… well, list, but the item separator would be a line break rather than a comma.
I tried the substitute method on the item separator, but it works for the detail view only. I would like the line breaks to display on the table view.
Any insight would be appreciated.