Skip to content

1.2.0

Compare
Choose a tag to compare
@DenTelezhkin DenTelezhkin released this 26 Jul 08:48
· 727 commits to main since this release

Features

Introducing support for Foundation data models. Cell, header and footer mapping now supports following classes:

  • NSString / NSMutableString
  • NSNumber
  • NSDictionary / NSMutableDictionary
  • NSArray / NSMutableArray

Deprecations

  • option to not reuse cells is removed. Currently there's no obvious reason to not have cell reuse.