I want implement a control that a collectionView on a UIView.
I don't want declare the adapter in the UIViewController. I pass the data to the view, and the view implemented IGListAdapterDataSource by itself.
But the init method need a viewcontroller. Any recommend implementation?
You should be able to pass nil. That's what I am doing in my custom views that use IGListKit
Yup @weyert is exactly right!
Sent with GitHawk
@weyert Thanks
Most helpful comment
You should be able to pass
nil. That's what I am doing in my custom views that useIGListKit