Releases: danielsaidi/Sheeeeeeeeet
Releases · danielsaidi/Sheeeeeeeeet
0.9.8
ActionSheetPresenter
now has an events
property, which contains presentation event actions that you can assign to get callbacks when certain events happen. A first didDismissWithBackgroundTap
event has been added, which helps you detect if an action sheet is dismissed because a user tapped on the background, outside the actin sheet bounds. This works for both the standard and popover presenters.
0.9.7
ActionSheetItem
now has tapBehavior
as part of the constructor.
ActionSheetCollectionItem
now uses open
instead of public
for collection
and layout
related functions as well, which means that you can override them.