Hi everyone,
I’m creating an app that allows users to post ads. I was planning on using a UIAlert box as a way for users to populate the main tableView, but I’m not sure this is the best way to do it.
Does anyone have any recommendations on the best way to add new cells to a table view? Ideally, I’d like the user to click an ‘Add’ button, which will open a new View where they can enter the title and details of the post which will then update the tableView with a new cell.
I’m new to Swift so any help and resources would be a great help.
Thanks!