Menu Item Cells
Twitter Slide Out Menu
Wrapping up with the Menu UI of our application, we'll create the custom cells that correspond to each individual row item. There are various ways to accomplish this task, some easier and some requiring more work. In today's lesson we'll look at a few techniques to custom the look and feel of our rows. I leave it up to you to decide how far you want to dive into customizing your UI. Enjoy.

Comments (1)
keith27staines
4 years ago
Hey Brian, really really great work with this series, please keep them coming! I was surprised to see that you were able to get the menu tableview to autosize rows without setting tableView.rowHeight = UITableViewAutomaticDimension and tableView.estimatedRowheight = UITableViewAutomaticDimension Is this new behaviour or have I been doing these things unnecessarily in my coding?
Brian Voong
4 years ago
HELP & SUPPORT