Owl 1.0.4 - (Swift 5.x+)
Released on: 2019-05-23
CHANGES:
- #15 Fixed an issue which causes wrong element in return of
elementAt()
function for bothTableDirector
andCollectionDirector
- #14 Fixed an issue with override functions of the
ReusableViewProtocol
; bothreuseIdentifier
andreusableViewSource
properties you need to add to your cell subclass are now moved inside the adapters both for view and cells (CollectionAdapter
/TableAdapter
for cells,TableHeaderFooterAdapter
/CollectionHeaderFooterAdapter
for header/footer. In these classes you will found two similar properties calledreusableViewIdentifier
andreusableViewLoadSource
. See the section 3.4 of the documentation for more infos.