Hi all i would like to build a menu that looks like a table and when i click on a cell it goes to another view. But i want for the tableView to be inside a UIView. I need starting points, like how it’s done, not the actual coding. I dont want someone to write it for me
here are some examples on what i want


My Suggestion
You could use a container view, it will have your UITableView as a subview.
if you need menu in your view,
and if you don’t
Thanks,