Skip to content

Tags: sparrowcode/DiffableKit

Tags

6.0.1

Toggle 6.0.1's commit message
Extract shared cell dimming logic into DiffableTableViewCell base class

DiffableSubtitleTableViewCell and DiffableButtonTableViewCell now inherit
from DiffableTableViewCell instead of UITableViewCell directly, removing
duplicated image dimming, prepareForReuse and tintColorDidChange code.
Changed reuseIdentifier from static to class var to support overrides.
Extracted magic numbers into named constants.

Co-Authored-By: Claude Opus 4.6 (1M context) <[email protected]>

6.0.0

Toggle 6.0.0's commit message
Update README: clarify core idea

Co-Authored-By: Claude Opus 4.6 (1M context) <[email protected]>

4.2.0

Toggle 4.2.0's commit message
Fixed tv target.

4.1.2

Toggle 4.1.2's commit message
Fixed tv target.

4.1.1

Toggle 4.1.1's commit message
Fixed actionable for collection.

4.1.0

Toggle 4.1.0's commit message
Added more to table diffable delegate.

4.0.9

Toggle 4.0.9's commit message
Added get indexPath from datasource. Added editable flag to text fiel…

…d cells.

4.0.8

Toggle 4.0.8's commit message
Updated email and assets,

4.0.7

Toggle 4.0.7's commit message
Fixed collection bug with reoder section.

4.0.6

Toggle 4.0.6's commit message
Fixed warnings.