DianQK / Flix

iOS reusable form library in Swift.
MIT License
727 stars 43 forks source link

How can I extend SingleUITableViewCellProvider and UICollectionViewDataSource? #23

Open angelen10 opened 5 years ago

angelen10 commented 5 years ago
image

I want to add a collectionView in SingleUITableViewCellProvider.

DianQK commented 5 years ago

You can create yours MySingleUITableViewCellProvider inherit NSObject. And you can use Flix on this collectionView.

angelen10 commented 5 years ago

@DianQK It's not working. Look at this screenshot:

image