Skip to content

Submenu Support

Compare
Choose a tag to compare
@ghvg1313 ghvg1313 released this 06 Jul 21:33
· 40 commits to master since this release
Feature
  • Support YoshiSubmenu allowing configurable grouped cells.

  • Refactored YoshiTableViewMenu and YoshiTableViewMenuItem with YoshiSubmenu, YoshiTableViewMenu and YoshiTableViewMenuItem are marked as deprecating to provide flexible and better menu management in the future. Consider using the new YoshiSingleSelectionMenu

  • Created YoshiSingleSelectionMenu and YoshiActionMenu 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.