JustPeek Versions Save

JustPeek is an iOS Library that adds support for Force Touch-like Peek and Pop interactions on devices that do not natively support this kind of interaction.

0.3.1

7 years ago

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

0.3.0

7 years ago

Migrate to Swift 3

0.2.0

7 years ago

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

7 years ago

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.