zenangst / Blueprints

:cyclone: Blueprints - A framework that is meant to make your life easier when working with collection view flow layouts.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Bug/Rogue calls to prepare without invalidating the context

christoff-1992 opened this issue · comments

The system occasionally calls prepare without invalidating the context, this can cause additional calls to things like sizeForItemAt which is not good if you're keeping a cache of sizes instead of returning them directly.