Skip to content

Releases: skladek/SKTableViewDataSource

3.0.0

21 Jun 16:06
39a41b9
Compare
Choose a tag to compare

Adds

  • A public method to get the index path of an object.

Updated

  • Forced Equatable conformance for the generic type T.
  • Method naming for consistency across the project.
  • SwiftLint pod.

2.1.0

20 Dec 02:49
e336ac9
Compare
Choose a tag to compare

Updated

  • Publicly exposed the getter for the objects property

2.0.0

12 Oct 21:29
Compare
Choose a tag to compare

Added

  • Swift 4 support.

1.0.2

28 Jun 16:30
Compare
Choose a tag to compare

Fixed

  • Changelog links

1.0.1

27 Jun 22:10
Compare
Choose a tag to compare

Added

  • README navigation
  • Changelog

Removed

  • Header copyrights which were preventing Cocoadocs from processing the tests.

1.0.0

19 Jun 15:49
Compare
Choose a tag to compare
  • Added documentation
  • Fleshed out the README
  • Removed the optional closure from manual registration initializers.

Cell Registration

14 Jun 23:00
Compare
Choose a tag to compare

The data source now can take a nib or cell class on init. The class or nib will be registered and a reuse ID generated the first time cellForRowAtIndexPath is called. The reuse id is no longer the developer's concern. Unless you want it to be.

Additionally, this release opens up an init method that takes a delegate instead of a nib or cell class. If that init is used, it is your responsibility to register cells yourself. Additionally, you must implement cellForRowAtIndexPath and always return a cell out of that implementation. I think the most likely use case for this is a table view that has multiple cell types.

Initial CocoaPods release

14 Jun 19:50
Compare
Choose a tag to compare

Initial release

14 Jun 19:48
Compare
Choose a tag to compare
Initial release Pre-release
Pre-release
0.0.1