Owl 1.1.0 - (Swift 5.x)
Released on: 2019-09-15
CHANGES
- #36 [NEW] Added support for Swift Package Manager 5.x
- #18 [FIX]
TableAdapterCell.Event
'selement
is not optional anymore (and conform to the counterpart of collection) - #23 [FIX] When
CollectionCellAdapter.Event
/TableAdapterCell.Event
has a valid cell instance bothcollection
/table
and relative sizes properties are also available. - #33 [FIX] Fixed permanent crash on
endDisplay
events and optimize the dispatch of the events by removing cached contexts. - #25 [NEW]
CollectionCellAdapter
class is nowopen
to subclasses. - #34 [FIX] Fix
CollectionDirector
/TableDirector
's prefetching triggers. Now you can enable prefetching by enabling theisPrefetchingEnabled
property. - #26 [FIX]
ScrollViewEventsHandler
are now public. - #29 [FIX] cell instance is now passed to the
didSelectItemAt
event of theCollectionDirector
. - #11 [NEW] Added iOS9 compatibility.
- #35 [FIX] Fix crash for invalid index path in internal
adapterForHeaderFooter()
function which may cause occasional crashes.