0.11.0
This version adds a customAppearance
property to ActionSheetItem
and fixes a few appearance glitches. Overall, it makes the appearance setup more consistent.
-
I use early returns in every appearance class and have optimized imports. Many appearance classes have also been made
open
instead ofpublic
. -
The
ActionSheetItemAppearance
now has extensions fornoSeparator
, that can be used to hide the separator for certain item types. -
The
ActionSheetCollectionItemAppearance
andActionSheetCustomItemAppearance
andActionSheetSectionMarginAppearance
classes have no overridden initializers anymore. This makes the work as expected when you use the same appearance tweaks as everywhere else. -
The
ActionSheetPopoverApperance
class doesn't inherit any appearance classes and has thus been moved out to the appearance root.