Submenu Support
Feature
-
Support
YoshiSubmenu
allowing configurable grouped cells. -
Refactored
YoshiTableViewMenu
andYoshiTableViewMenuItem
withYoshiSubmenu
,YoshiTableViewMenu
andYoshiTableViewMenuItem
are marked as deprecating to provide flexible and better menu management in the future. Consider using the newYoshiSingleSelectionMenu
-
Created
YoshiSingleSelectionMenu
andYoshiActionMenu
as a quick way to setup debug menus instead of having to create a custom menu instance every time. -
Example update with the updated menus.
Bugfix
YoshiActionResult.asyncAfterDismissing
now acepts optional action block.