3.2.0
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.