Skip to content

0.9.8

Compare
Choose a tag to compare
@danielsaidi danielsaidi released this 07 Oct 11:03
· 519 commits to master since this release

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.