Collection-View-in-a-Table-View-Cell
Collection-View-in-a-Table-View-Cell copied to clipboard
I was wondering how you would do this implementation without a TableviewController, but instead with a ViewController, with a tableview inside?
I was wondering how you would do this implementation without a TableviewController, but instead with a ViewController, with a tableview inside? I feel like it is a bit limiting to only be able to use this with UITableViewController, and you should be able to have the flexibility add a tableview to a View Controller. I tried this though, and I'm not sure how to make the solution work since your extension is for the UITableviewController. I wasn't sure how this would work, any suggestions?
It should be the same process as moving any UITableViewController to be a UIViewController containing a UITableView. The extension should still be on the view controller subclass.