Skip to content

Releases: danielsaidi/Sheeeeeeeeet

0.9.8

07 Oct 11:03
Compare
Choose a tag to compare

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

07 Oct 11:04
Compare
Choose a tag to compare

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.