OKTableViewLiaison v2.2.0 Release Notes

Release Date: 2018-08-17 // over 5 years ago
  • 🔄 CHANGELOG:

    ⚡️ OKTableViewRegistrationType has been updated to OKTableViewRegistrationType<T: UIView> to simplify default registration cases.

    0️⃣ public static func defaultClassRegistration<T: UIView>(for view: T.Type) -> OKTableViewRegistrationType
    🔄 changed to
    0️⃣ public static var defaultClassType: OKTableViewRegistrationType

    0️⃣ public static func defaultNibRegistration<T: UIView>(for view: T.Type) -> OKTableViewRegistrationType
    🔄 changed to
    0️⃣ public static var defaultNibType: OKTableViewRegistrationType

    ⚡️ Unit Tests Updated
    ⚡️ README Updated