Closed Proudspark closed 3 years ago
CardCell
subclasses from UICollectionViewCell
, so just like you would with a UICollectionViewCell
. I would create either a delegate or closure for callback in this case (same way you would with UICollectionViewCell
)
New Issue Checklist
Question
A method I'm using on other ViewControllers no longer works when I attempt to use the method from the CardCell class:
returns error:
Value of type 'CardCell' has no member 'present'
How can I open a ViewController over the Cards ViewController using a button on the ExampleCell.xib?
Thanks, any pointers greatly appreciated.