I want to create a dynamic list just like the one in Slack, specifically the Channels, which updates with which channels you're a part of:
However, I have no idea where to start. While I'm using the SWRevealViewController Library, it only has a static table in the examples, not a dynamic one. While I'm working through this apple documentation, it's still not specific to interacting with SWRevealViewController, which I would prefer, although I certainly wouldn't mind a non-SWRevealViewController method. I'd definitely appreciate some tips to head in the right direction! All my view controllers show up properly right now, so I'm in the process of adding information to them.
Somewhat related:
Set UITableView Delegate and DataSource