Releases: whitesmith/WSPopup
Releases · whitesmith/WSPopup
v4.0.0
v3.0.0 with SPM
Changes included:
- Added SPM support 🎉
Ready for iOS 13.
v2.1.0
Changes included:
- Added
cancelsTouchesInView
property for cases likeUITableView
inside aUIScrollView
where theUITableView
scroll stops working.
v2.0.1
Changes included:
- [fix] Cannot inherit from non-open class 'WSPopupViewController' outside of its defining module.
v2.0 (Swift 5, Xcode 10.2)
Changes included:
- Swift 5.
v1.7.0
Changes included:
- Added
dimissPopupOnTapGesture
flag.
v1.6.0
Changes included:
- Add a dismiss completion handler
v1.5.1
Changes included:
- [fix] Use the same background as system alerts.
v1.5.0
Changes included:
- [fix] Slide down animation.
v1.4.0
Changes included:
- [fix] Tap gesture was dismissing the popup when the popup view was tapped instead of the
UIScrollView
.