Skip to content

Release 2.3.0

Compare
Choose a tag to compare
@dylanshine dylanshine released this 27 Aug 20:12
· 3 commits to master since this release
3ae935d

CHANGELOG:

OKTableViewLiaison new functionality:
public func section(for index: Int) -> OKTableViewSection?
public func swapSection(at source: Int, with destination: Int, animation: UITableViewRowAnimation = .automatic, animated: Bool = true)
public func reloadRow(at indexPath: IndexPath, with animation: UITableViewRowAnimation = .automatic)

OKTableViewLiaison changes:
public func swapRow(at source: IndexPath, with destination: IndexPath, animation: UITableViewRowAnimation = .automatic, animated: Bool = true) argument names changed (from: to:) -> (at: with:)
func performTableViewUpdates(animated: Bool, _ closure: () -> Void), no longer has default animated parameter.

OKTableViewSection changes:
public let componentDisplayOption: OKTableViewSectionComponentDisplayOption, was private.

OKTableViewSectionComponentDisplayOption changes:
public var header: OKAnyTableViewSectionComponent? & public var footer: OKAnyTableViewSectionComponent?, were internal.