Skip to content

Releases: Savva-Shuliatev/DynamicBottomSheet

Beta 0.7.4

23 Jan 00:03
Compare
Choose a tag to compare

Full Changelog: #23

0.7.3

14 Jan 01:12
617d602
Compare
Choose a tag to compare

What's Changed

Full Changelog: 0.7.2...0.7.3

0.7.2

13 Jan 12:08
Compare
Choose a tag to compare

Set swift-tools-version: 6.0 -> 5.9

Beta 0.7.1

28 Dec 22:18
Compare
Choose a tag to compare

Beta 0.5.5

25 Dec 15:03
Compare
Choose a tag to compare

Beta 0.5.1

30 Nov 22:41
Compare
Choose a tag to compare

Beta 0.5.0

30 Nov 12:28
7b59407
Compare
Choose a tag to compare

Beta 0.4.3

29 Nov 12:45
Compare
Choose a tag to compare

Beta 0.4.2

29 Nov 12:44
Compare
Choose a tag to compare

Beta 0.4.1

29 Nov 00:13
Compare
Choose a tag to compare

Now you can use @objc public func handlePanRecognizer(_ sender: UIPanGestureRecognizer) {} for additional touch area.
Look at panRecognizer.addTarget(bottomSheet, action: #selector(bottomSheet.handlePanRecognizer)).