Reusable v3.0.0 Release Notes

Release Date: 2016-11-14 // over 7 years ago
    • Converted library and Demo project to Swift 3.
      💥 ⚠️ BREAKING CHANGES ⚠️ The following methods have new signatures:
      • dequeueReusableCell(indexPath:) is now dequeueReusableCell(for:)
      • dequeueReusableCell(indexPath:cellType:) is now dequeueReusableCell(for:cellType:)
      • registerReusableCell(_:) is now register(cellType:)
      • registerReusableHeaderFooterView(_:) is now register(headerFooterViewType:)
      • registerReusableSupplementaryView(_:viewType:) is now register(supplementaryViewType:ofKind:)
      • dequeueReusableSupplementaryView(_:indexPath:viewType:) is now dequeueReusableSupplementaryView(ofKind:for:viewType:)
        @phatblat
        #30
        @ceyhuno
        #31