danielsaidi / Sheeeeeeeeet

Sheeeeeeeeet is a Swift library for creating menus, custom action sheets, context menus etc.
MIT License
1.74k stars 111 forks source link

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

Closed danielsaidi closed 5 years ago

danielsaidi commented 5 years ago

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