Skip to content

Releases: whitesmith/WSPopup

v4.0.0

30 Sep 14:04
a9fc2e3
Compare
Choose a tag to compare

Changes included:

  • Added CocoaPods support.

v3.0.0 with SPM

19 Sep 17:30
30ae05d
Compare
Choose a tag to compare

Changes included:

  • Added SPM support 🎉

Ready for iOS 13.

v2.1.0

07 Jul 20:28
acb8dac
Compare
Choose a tag to compare

Changes included:

  • Added cancelsTouchesInView property for cases like UITableView inside a UIScrollView where the UITableView scroll stops working.

v2.0.1

07 Jul 18:40
a16b08e
Compare
Choose a tag to compare

Changes included:

  • [fix] Cannot inherit from non-open class 'WSPopupViewController' outside of its defining module.

v2.0 (Swift 5, Xcode 10.2)

13 May 16:20
3d44627
Compare
Choose a tag to compare

Changes included:

  • Swift 5.

v1.7.0

06 Mar 19:05
c9128de
Compare
Choose a tag to compare

Changes included:

  • Added dimissPopupOnTapGesture flag.

v1.6.0

06 Mar 16:32
c29f5d8
Compare
Choose a tag to compare

Changes included:

  • Add a dismiss completion handler

v1.5.1

04 Mar 15:07
16afe04
Compare
Choose a tag to compare

Changes included:

  • [fix] Use the same background as system alerts.

v1.5.0

21 Feb 08:44
6f2d016
Compare
Choose a tag to compare

Changes included:

  • [fix] Slide down animation.

v1.4.0

20 Feb 12:11
28cb021
Compare
Choose a tag to compare

Changes included:

  • [fix] Tap gesture was dismissing the popup when the popup view was tapped instead of the UIScrollView.