So my question is, why am I receiving the above error and what can I do to resolve it?
It depends on many things, How tableViewData is declared and used
How cellData(opened:title:sectionData) is defined
My rough guess is something like this:
self.tableViewData = [cellData(opened: false, title: "Item 1", sectionData: [productName, listingPrice, briefDescription, productURL, activeUntil])]
If this is not what you want, you may need to show more info.
Topic:
UI Frameworks
SubTopic:
UIKit
Tags: