Collection-View-in-a-Table-View-Cell icon indicating copy to clipboard operation
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?

Open bradlgray01 opened this issue 7 years ago • 1 comments

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?

bradlgray01 avatar Jul 11 '17 15:07 bradlgray01

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.

ashfurrow avatar Jul 11 '17 15:07 ashfurrow