danielsaidi / Sheeeeeeeeet

Sheeeeeeeeet is a Swift library for creating menus, custom action sheets, context menus etc.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Refactor item heights to be appearance proxy-based instead of static properties

danielsaidi opened this issue · comments

Today, item heights are set using a nasty static property. I want to refactor this to use the appearance proxy approach as well.