Skip to content

0.11.0

Compare
Choose a tag to compare
@danielsaidi danielsaidi released this 12 Oct 08:03
· 494 commits to master since this release

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 of public.

  • The ActionSheetItemAppearance now has extensions for noSeparator, that can be used to hide the separator for certain item types.

  • The ActionSheetCollectionItemAppearance and ActionSheetCustomItemAppearance and ActionSheetSectionMarginAppearance 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.