Skip to content

Can't register custom class cell #16

@kermankohli

Description

@kermankohli

So I'm trying to register my custom class cell via (assuming TaskCell inherits from UITableViewCell)
self.dataSource.populateCellWithBlock { (cell: TaskCell, obj: NSObject) -> Void in

Although I get an error saying cannot convert value of type '(TaskCell, NSObject) -> Void' to expected argument type .... UITableViewCell, NSObject.

Metadata

Metadata

Assignees

Labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions