Skip to content

Owl 1.0.2 - (Swift 5.x+)

Compare
Choose a tag to compare
@malcommac malcommac released this 12 May 08:20
· 73 commits to master since this release

Released on: 2019-05-12

CHANGES

  • #6 [FIX] Fixed for missing .dequeue event dispatch on TableDirector
  • #7 [FIX] Added dispatch of the removed object instances in .didEndDisplay event of the CollectionDirector
  • #8 [FIX] Fixed .didEndDisplay event which does not report instances of the removed objects when set() function is called on TableSection instance
  • #9 [NEW] Added index property in CollectionSection to retrive the index of the section in its parent director (if any)