I'm creating a table in an Interface Controller that is not the main entry point in my WatchKit App. In the statement below, the EventDescription
is a custom class that is bound to the table's row. The compiler does not resolve the EventDescription
class.
if let row = EventTable.rowControllerAtIndex(index) as EventDescription{