Skip to content

v0.9.0

Compare
Choose a tag to compare
@bcylin bcylin released this 05 Apr 08:55
· 262 commits to develop since this release

Breaking

  • Change the Icon type (since v0.2.0) from struct to enum:

    enum Icon {
      case named(String)
      case image(UIImage)
      case images(normal: UIImage, highlighted: UIImage)
    }
  • Rename the protocols (introduced in v0.8.1) that define specific rows regardless of their associated cell types:

    • NavigationRowCompatible
    • OptionSelectableOptionRowCompatible
    • SwitchableSwitchRowCompatible
    • TappableTapActionRowCompatible