Skip to content
This repository has been archived by the owner on Jun 11, 2019. It is now read-only.

Releases: justeat/JustPeek

0.3.1

13 Dec 15:17
Compare
Choose a tag to compare

Fix crash when dismissing Preview via user tap (after it was held on screen permanently)

0.3.0

02 Nov 12:40
Compare
Choose a tag to compare

Migrate to Swift 3

0.2.0

24 Oct 10:37
Compare
Choose a tag to compare

Adds UI Tests and support for committing previewing UIViewController on non-force-touch devices.

Features

  • Allows, on older devices only, to keep the preview on screen by moving the finger away from initial press location, and to dismiss the preview - in this case - by tapping anywhere on the screen.
  • Allows to commit previewing UIViewControllers on non-force-touch devices.

Known issues

  • The fallback implementation needs tweaks in the animation.
  • The fallback implementation doesn't allow support moving from Peek state to Commit.

0.1.0

29 Sep 11:30
Compare
Choose a tag to compare

Initial release.

Features

  • Wraps iOS SDK protocols to support Peek / Pop functionality and enables it on non-force-touch devices.

Known issues

  • The fallback implementation needs tweaks in the animation.
  • The fallback implementation doesn't allow support moving from Peek state to Commit.