Skip to content

Releases: joomcode/BottomSheet

Release 2.0.5

Choose a tag to compare

@mikhailmaslo mikhailmaslo released this 10 Jan 14:32
15ab2cf

What's Changed

Full Changelog: 2.0.4...2.0.5

Release 2.0.4

Choose a tag to compare

@mikhailmaslo mikhailmaslo released this 28 Jul 09:51
  • Fix bug which prevented multiple BottomSheet presentation, kudos for reporting to @VGrokhotov and for implementation to @mikhailmaslo #28

Release 2.0.3

Choose a tag to compare

@mikhailmaslo mikhailmaslo released this 13 Jul 17:44
fcad2cf

Release 2.0.2

Choose a tag to compare

@mikhailmaslo mikhailmaslo released this 03 Feb 23:18
b847e09

Release 2.0.1

Choose a tag to compare

@mikhailmaslo mikhailmaslo released this 04 Oct 08:54
2397f22
  • Fix issue with SwiftUI View hosted in a UIHostingController #6

Release 2.0.0

Choose a tag to compare

@mikhailmaslo mikhailmaslo released this 15 Aug 09:57
  • 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

Choose a tag to compare

@mikhailmaslo mikhailmaslo released this 22 Apr 14:24
5f7e1ae
Merge pull request #3 from joomcode/feature/fix-multicast-delegate

Feature/fix multicast delegate