Skip to content

Releases: kevin-lyn/STPopupPreview

Fix `safeAreaInsets`

05 Jun 22:07
Compare
Choose a tag to compare

Use safeAreaInsets of window to avoid wrong insets caused by toolbar/tabbar.

Take Safe Area Insets Into Account

24 Mar 18:33
Compare
Choose a tag to compare
  • Take safe area insets into account when laying out action sheet.
  • Update example data.

Fix Crash Issue On iOS 11

28 Sep 06:13
Compare
Choose a tag to compare

Fix crash issue on iOS 11.

Swift Friendly

22 Oct 16:32
Compare
Choose a tag to compare

Added nullable annotation to be Swift friendly.

Allow Swift to Return nil in previewViewControllerForPopupPreviewRecognizer

31 Aug 04:48
Compare
Choose a tag to compare

Merge #2 (Allow Swift to return nil in previewViewControllerForPopupPreviewRecognizer)

First Release

23 May 14:41
Compare
Choose a tag to compare
  • Long press to preview, release to dismiss.
  • Slide up to show preview actions.