Skip to content

3.2.0

Compare
Choose a tag to compare
@danielsaidi danielsaidi released this 10 Aug 15:23
· 38 commits to master since this release

This version makes it possible to build Sheeeeeeeeet from Xcode 13.

It does so by removing UIApplication.shared dependencies and instead use the view controller.

These changes required the removal of some deprecated Menu logic.

💡 Behavior changes

  • The ActionSheet init presenter is now optional instead of the default one.

💥 Breaking changes

  • Some deprecated Menu logic had to be removed.
  • The ActionSheet presenter is now optional and is resolved when presenting instead of when creating the sheet.