Skip to content

Releases: iZettle/Presentation

Presentation 1.2.0

29 Aug 09:54
9a93f5f
Compare
Choose a tag to compare
  • Updated modallyPresentQueued to accept an options parameter instead of animated and improved handling of .failOnBlock. Old version has been deprecated.

Presentation 1.1

29 Jun 16:47
925eb99
Compare
Choose a tag to compare
  • Renamed dismiss() to installDismiss()
  • Added more configurable modally presentation style. E.g. .modally(presentationStyle: .formSheet)
  • Added support to present a popover from a bar button item as well.
  • Fixed issue where presenting a presentable returning a signal would not terminate the returned finite signal if externally dismissed (such as when dismissing from installed dismiss button),
    resulting in a potential memory leak (view controller not being released).
  • Bumped to require Flow 1.2.

Presentation 1.0

15 May 06:24
5028562
Compare
Choose a tag to compare

Initial public release of the Presentation library.