ClassyKit / Classy

Expressive, flexible, and powerful stylesheets for UIView and friends.
http://classykit.github.io/Classy/
MIT License
740 stars 77 forks source link

Better UITableView support #16

Closed flippinjoe closed 10 years ago

flippinjoe commented 10 years ago

If you apply a style to sectionHeaders of UITableView, then while scrolling the styles don't reapply until you finish scrolling.

cloudkite commented 10 years ago

Good spotting! I think I know what causes this, I will have a look into it tonight. thanks!

cloudkite commented 10 years ago

@flippinjoe21 Should be fixed by https://github.com/cloudkite/Classy/commit/86ac65e5d45395199a86e1fd0d584362dc39c1dc. Let me know if it resolves your issue.

avalanched commented 10 years ago

issue still persists for uicollectionview.

cloudkite commented 10 years ago

@avalanched do you have an example? cheers

cloudkite commented 10 years ago

Original issue fixed in 0.2.0, please raise a new issue if you are still experiencing it with UICollectionView