Download RZCollection List Free Java Code

Description

A framework for dealing with displaying data from Core Data and other sources in UITableViews.

Source Files

The download file RZCollectionList-master.zip has the following entries.


.gitignore//from ww  w.  ja v  a 2s . co m
LICENSE
README.md
RZCollectionList-Demo/RZCollectionList-Demo.xcodeproj/project.pbxproj
RZCollectionList-Demo/RZCollectionList-Demo.xcodeproj/project.xcworkspace/contents.xcworkspacedata
RZCollectionList-Demo/RZCollectionList-Demo/AppDelegate.h
RZCollectionList-Demo/RZCollectionList-Demo/AppDelegate.m
RZCollectionList-Demo/RZCollectionList-Demo/Classes/Model/ListItem.h
RZCollectionList-Demo/RZCollectionList-Demo/Classes/Model/ListItem.m
RZCollectionList-Demo/RZCollectionList-Demo/Classes/Objects/ListItemObject.h
RZCollectionList-Demo/RZCollectionList-Demo/Classes/Objects/ListItemObject.m
RZCollectionList-Demo/RZCollectionList-Demo/Classes/ViewControllers/ArrayListViewController.h
RZCollectionList-Demo/RZCollectionList-Demo/Classes/ViewControllers/ArrayListViewController.m
RZCollectionList-Demo/RZCollectionList-Demo/Classes/ViewControllers/ArrayListViewController.xib
RZCollectionList-Demo/RZCollectionList-Demo/Classes/ViewControllers/ArrayListViewController~ipad.xib
RZCollectionList-Demo/RZCollectionList-Demo/Classes/ViewControllers/CompositeListViewController.h
RZCollectionList-Demo/RZCollectionList-Demo/Classes/ViewControllers/CompositeListViewController.m
RZCollectionList-Demo/RZCollectionList-Demo/Classes/ViewControllers/CompositeListViewController.xib
RZCollectionList-Demo/RZCollectionList-Demo/Classes/ViewControllers/CompositeListViewController~ipad.xib
RZCollectionList-Demo/RZCollectionList-Demo/Classes/ViewControllers/DemoCollectionListViewController.h
RZCollectionList-Demo/RZCollectionList-Demo/Classes/ViewControllers/DemoCollectionListViewController.m
RZCollectionList-Demo/RZCollectionList-Demo/Classes/ViewControllers/DemoCollectionListViewController.xib
RZCollectionList-Demo/RZCollectionList-Demo/Classes/ViewControllers/FetchedListViewController.h
RZCollectionList-Demo/RZCollectionList-Demo/Classes/ViewControllers/FetchedListViewController.m
RZCollectionList-Demo/RZCollectionList-Demo/Classes/ViewControllers/FetchedListViewController.xib
RZCollectionList-Demo/RZCollectionList-Demo/Classes/ViewControllers/FetchedListViewController~ipad.xib
RZCollectionList-Demo/RZCollectionList-Demo/Classes/ViewControllers/FilteredListViewController.h
RZCollectionList-Demo/RZCollectionList-Demo/Classes/ViewControllers/FilteredListViewController.m
RZCollectionList-Demo/RZCollectionList-Demo/Classes/ViewControllers/FilteredListViewController.xib
RZCollectionList-Demo/RZCollectionList-Demo/Classes/ViewControllers/FilteredListViewController~ipad.xib
RZCollectionList-Demo/RZCollectionList-Demo/Classes/ViewControllers/SortedListViewController.h
RZCollectionList-Demo/RZCollectionList-Demo/Classes/ViewControllers/SortedListViewController.m
RZCollectionList-Demo/RZCollectionList-Demo/Classes/ViewControllers/SortedListViewController.xib
RZCollectionList-Demo/RZCollectionList-Demo/Classes/ViewControllers/SortedListViewController~ipad.xib
RZCollectionList-Demo/RZCollectionList-Demo/Default-568h@2x.png
RZCollectionList-Demo/RZCollectionList-Demo/Default.png
RZCollectionList-Demo/RZCollectionList-Demo/Default@2x.png
RZCollectionList-Demo/RZCollectionList-Demo/RZCollectionList-Demo-Info.plist
RZCollectionList-Demo/RZCollectionList-Demo/RZCollectionList-Demo-Prefix.pch
RZCollectionList-Demo/RZCollectionList-Demo/RZCollectionList_Demo.xcdatamodeld/.xccurrentversion
RZCollectionList-Demo/RZCollectionList-Demo/RZCollectionList_Demo.xcdatamodeld/RZCollectionList_Demo.xcdatamodel/contents
RZCollectionList-Demo/RZCollectionList-Demo/en.lproj/InfoPlist.strings
RZCollectionList-Demo/RZCollectionList-Demo/main.m
RZCollectionList-Demo/RZCollectionList-DemoTests/FetchedResultsTests/RZCollectionListFetchOrderTests.h
RZCollectionList-Demo/RZCollectionList-DemoTests/FetchedResultsTests/RZCollectionListFetchOrderTests.m
RZCollectionList-Demo/RZCollectionList-DemoTests/FetchedResultsTests/RZCollectionListFetchTestModel.xcdatamodeld/RZCollectionListFetchTestModel.xcdatamodel/contents
RZCollectionList-Demo/RZCollectionList-DemoTests/FetchedResultsTests/RZFetchedCollectionListComboTests.h
RZCollectionList-Demo/RZCollectionList-DemoTests/FetchedResultsTests/RZFetchedCollectionListComboTests.m
RZCollectionList-Demo/RZCollectionList-DemoTests/FetchedResultsTests/TestChildEntity.h
RZCollectionList-Demo/RZCollectionList-DemoTests/FetchedResultsTests/TestChildEntity.m
RZCollectionList-Demo/RZCollectionList-DemoTests/FetchedResultsTests/TestParentEntity.h
RZCollectionList-Demo/RZCollectionList-DemoTests/FetchedResultsTests/TestParentEntity.m
RZCollectionList-Demo/RZCollectionList-DemoTests/RZArrayCollectionListComboTests.h
RZCollectionList-Demo/RZCollectionList-DemoTests/RZArrayCollectionListComboTests.m
RZCollectionList-Demo/RZCollectionList-DemoTests/RZCollectionList-DemoTests-Info.plist
RZCollectionList-Demo/RZCollectionList-DemoTests/RZCollectionListCollectionViewDataSourceTests.h
RZCollectionList-Demo/RZCollectionList-DemoTests/RZCollectionListCollectionViewDataSourceTests.m
RZCollectionList-Demo/RZCollectionList-DemoTests/RZCollectionListTableViewDataSourceTests.h
RZCollectionList-Demo/RZCollectionList-DemoTests/RZCollectionListTableViewDataSourceTests.m
RZCollectionList-Demo/RZCollectionList-DemoTests/RZCollectionListTestModelObject.h
RZCollectionList-Demo/RZCollectionList-DemoTests/RZCollectionListTestModelObject.m
RZCollectionList-Demo/RZCollectionList-DemoTests/RZCollectionListTestsBase.h
RZCollectionList-Demo/RZCollectionList-DemoTests/RZCollectionListTestsBase.m
RZCollectionList-Demo/RZCollectionList-DemoTests/RZCompositeCollectionListTests.h
RZCollectionList-Demo/RZCollectionList-DemoTests/RZCompositeCollectionListTests.m
RZCollectionList-Demo/RZCollectionList-DemoTests/RZFilteredCollectionListTests.h
RZCollectionList-Demo/RZCollectionList-DemoTests/RZFilteredCollectionListTests.m
RZCollectionList-Demo/RZCollectionList-DemoTests/en.lproj/InfoPlist.strings
RZCollectionList.podspec
RZCollectionList/Classes/NSFetchRequest+RZCreationHelpers.h
RZCollectionList/Classes/NSFetchRequest+RZCreationHelpers.m
RZCollectionList/Classes/RZArrayCollectionList.h
RZCollectionList/Classes/RZArrayCollectionList.m
RZCollectionList/Classes/RZBaseCollectionList.h
RZCollectionList/Classes/RZBaseCollectionList.m
RZCollectionList/Classes/RZBaseCollectionList_Private.h
RZCollectionList/Classes/RZCollectionListCollectionViewDataSource.h
RZCollectionList/Classes/RZCollectionListCollectionViewDataSource.m
RZCollectionList/Classes/RZCollectionListNotificationWrappers.h
RZCollectionList/Classes/RZCollectionListNotificationWrappers.m
RZCollectionList/Classes/RZCollectionListProtocol.h
RZCollectionList/Classes/RZCollectionListTableViewDataSource.h
RZCollectionList/Classes/RZCollectionListTableViewDataSource.m
RZCollectionList/Classes/RZCompositeCollectionList.h
RZCollectionList/Classes/RZCompositeCollectionList.m
RZCollectionList/Classes/RZFetchedCollectionList.h
RZCollectionList/Classes/RZFetchedCollectionList.m
RZCollectionList/Classes/RZFilteredCollectionList.h
RZCollectionList/Classes/RZFilteredCollectionList.m
RZCollectionList/Classes/RZObserverCollection.h
RZCollectionList/Classes/RZObserverCollection.m
RZCollectionList/Classes/RZSortedCollectionList.h
RZCollectionList/Classes/RZSortedCollectionList.m
RZCollectionList/RZCollectionList.h

Download

Click the following link to download RZCollectionList-master.zip.

RZCollectionList-master.zip