Skip to content

Custom Cell Support

Compare
Choose a tag to compare
@ghvg1313 ghvg1313 released this 02 Jun 17:53
· 59 commits to master since this release

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(_)