Custom Cell Support
Support custom Yoshi cell setup.
YoshiGenericMenu
and YoshiResuableCellDataSource
are introduced to allow cell customization, All Yoshi internal cells and functions are refactored to adopt these two protocols. Check README for the usage.
This version also modified the custom Yoshi enum leading Character from uppercase to lowercase in favor of Swift 3 syntax. This will affect all YoshiActionResult
enums, specifically:
.Handled
-> .handled
.PresentViewController(_)
-> .presentViewController(_)
.asyncAfterDismissing(_)
-> .asyncAfterDismissing(_)