FlowKit icon indicating copy to clipboard operation
FlowKit copied to clipboard

Fix dequeue not calling for UICollectionReusableView

Open AgapovOne opened this issue 6 years ago • 0 comments

Declaring CollectionHeaderView<x>.on.dequeue doesn't get called inside any code of a framework. Easily can be tested with adding on.dequeue in ExampleApp CollectionExampleController.swift.

This pull requests fixes this issue. Probably this is not the proper way to get dispatcher. Correct me if I'm wrong. But that needs to be fixed asap

AgapovOne avatar Apr 29 '19 12:04 AgapovOne