Skip to content

Latest commit

 

History

History
24 lines (15 loc) · 679 Bytes

README.md

File metadata and controls

24 lines (15 loc) · 679 Bytes

CCDataSourceManager

Handles a Table- or CollectionViews data. Just register your cells, nibs or reuseIdentifiers for your your models. CCDataSourceManager will automatically create the correct cell for each model type.

Features

  • Register Cells to Data Types. Multiple Data Types are intended. Get rid of dataSource Methods in your view Controller
  • Allows Removal of Cells, if data-array is mutable

Installation

pod 'CCDataSourceManager', :git => 'https://github.com/absolute-heike/CCDataSourceManager', :tag => '0.0.1'

TODO

  • Proper Readme with sample code
  • Create Demo
  • Proper Documentation
  • Remove ReactiveCocoa dependency