Skip to content

Releases: joomcode/BottomSheet

Release 2.0.5

10 Jan 14:32
15ab2cf
Compare
Choose a tag to compare

What's Changed

Full Changelog: 2.0.4...2.0.5

Release 2.0.4

28 Jul 09:51
Compare
Choose a tag to compare
  • Fix bug which prevented multiple BottomSheet presentation, kudos for reporting to @VGrokhotov and for implementation to @mikhailmaslo #28

Release 2.0.3

13 Jul 17:44
fcad2cf
Compare
Choose a tag to compare

Release 2.0.2

03 Feb 23:18
b847e09
Compare
Choose a tag to compare

Release 2.0.1

04 Oct 08:54
2397f22
Compare
Choose a tag to compare
  • Fix issue with SwiftUI View hosted in a UIHostingController #6

Release 2.0.0

15 Aug 09:57
Compare
Choose a tag to compare
  • Added convenience methods for presenting BottomSheet
    • presentBottomSheet(viewController:configuration)
    • presentBottomSheetInsideNavigationController(viewController:configuration)
  • Appearance is now configurable and passed through init
  • Fixed size changes in Demo project, now they are animated if there is no navigation controller

Initial release

22 Apr 14:24
5f7e1ae
Compare
Choose a tag to compare
Merge pull request #3 from joomcode/feature/fix-multicast-delegate

Feature/fix multicast delegate