Download DTTable View Manager Free Java Code

Description

The most simple and robust way to manage UITable View.

Source Files

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


.gitignore/*from   w  w w  .  j  a  v  a  2 s .  c  om*/
.travis.yml
DTTableViewManager.podspec
DTTableViewManager/DTCellFactory.h
DTTableViewManager/DTCellFactory.m
DTTableViewManager/DTTableViewCell.h
DTTableViewManager/DTTableViewCell.m
DTTableViewManager/DTTableViewController.h
DTTableViewManager/DTTableViewController.m
DTTableViewManager/DTTableViewManager.h
DTTableViewManager/DTTableViewModelSearching.h
DTTableViewManager/DTTableViewModelTransfer.h
DTTableViewManager/UIView+Loading.h
DTTableViewManager/UIView+Loading.m
Example/CedarUnitTests/CedarUnitTests-Info.plist
Example/CedarUnitTests/CedarUnitTests-Prefix.pch
Example/CedarUnitTests/DTTableViewController+UnitTests.h
Example/CedarUnitTests/DTTableViewController+UnitTests.m
Example/CedarUnitTests/DatasourceSpec.mm
Example/CedarUnitTests/MappingSpec.mm
Example/CedarUnitTests/SearchSpec.mm
Example/CedarUnitTests/en.lproj/InfoPlist.strings
Example/CedarUnitTests/main.m
Example/CedarUnitTests/mocks/BaseMockCell.h
Example/CedarUnitTests/mocks/BaseMockCell.m
Example/CedarUnitTests/mocks/CellWithNib.h
Example/CedarUnitTests/mocks/CellWithNib.m
Example/CedarUnitTests/mocks/CellWithNib.xib
Example/CedarUnitTests/mocks/CellWithoutNib.h
Example/CedarUnitTests/mocks/CellWithoutNib.m
Example/CedarUnitTests/mocks/Header:footer mocks/BaseHeaderFooterView.h
Example/CedarUnitTests/mocks/Header:footer mocks/BaseHeaderFooterView.m
Example/CedarUnitTests/mocks/Header:footer mocks/BaseHeaderView.h
Example/CedarUnitTests/mocks/Header:footer mocks/BaseHeaderView.m
Example/CedarUnitTests/mocks/Header:footer mocks/MockTableHeaderFooterView.h
Example/CedarUnitTests/mocks/Header:footer mocks/MockTableHeaderFooterView.m
Example/CedarUnitTests/mocks/Header:footer mocks/MockTableHeaderFooterView.xib
Example/CedarUnitTests/mocks/Header:footer mocks/MockTableHeaderView.h
Example/CedarUnitTests/mocks/Header:footer mocks/MockTableHeaderView.m
Example/CedarUnitTests/mocks/Header:footer mocks/MockTableHeaderView.xib
Example/CedarUnitTests/mocks/Header:footer mocks/NiblessTableHeaderFooterView.h
Example/CedarUnitTests/mocks/Header:footer mocks/NiblessTableHeaderFooterView.m
Example/CedarUnitTests/mocks/Header:footer mocks/NiblessTableHeaderView.h
Example/CedarUnitTests/mocks/Header:footer mocks/NiblessTableHeaderView.m
Example/DTTableViewManager.xcodeproj/project.pbxproj
Example/DTTableViewManager.xcodeproj/xcshareddata/xcschemes/CedarUnitTests.xcscheme
Example/DTTableViewManager.xcodeproj/xcshareddata/xcschemes/DTTableViewManagerExample.xcscheme
Example/Default-568h@2x.png
Example/Podfile
Example/Podfile.lock
Example/TableViewFactory/AppDelegate.h
Example/TableViewFactory/AppDelegate.m
Example/TableViewFactory/Cells/ControllerCell.h
Example/TableViewFactory/Cells/ControllerCell.m
Example/TableViewFactory/Cells/CustomCell.h
Example/TableViewFactory/Cells/CustomCell.m
Example/TableViewFactory/Cells/CustomCell.xib
Example/TableViewFactory/Cells/CustomHeaderFooterView.h
Example/TableViewFactory/Cells/CustomHeaderFooterView.m
Example/TableViewFactory/Cells/CustomHeaderFooterView.xib
Example/TableViewFactory/Cells/CustomHeaderView.h
Example/TableViewFactory/Cells/CustomHeaderView.m
Example/TableViewFactory/Cells/CustomHeaderView.xib
Example/TableViewFactory/Cells/ExampleCell.h
Example/TableViewFactory/Cells/ExampleCell.m
Example/TableViewFactory/Cells/PrototypedCell.h
Example/TableViewFactory/Cells/PrototypedCell.m
Example/TableViewFactory/DTTableViewManager-Info.plist
Example/TableViewFactory/DTTableViewManager-Prefix.pch
Example/TableViewFactory/ExampleControllers/AddRemoveTableViewController.h
Example/TableViewFactory/ExampleControllers/AddRemoveTableViewController.m
Example/TableViewFactory/ExampleControllers/AddRemoveTableViewController.xib
Example/TableViewFactory/ExampleControllers/BaseExampleController.h
Example/TableViewFactory/ExampleControllers/BaseExampleController.m
Example/TableViewFactory/ExampleControllers/Capitals.plist
Example/TableViewFactory/ExampleControllers/ControllerModel.h
Example/TableViewFactory/ExampleControllers/ControllerModel.m
Example/TableViewFactory/ExampleControllers/CustomCellsTableViewController.h
Example/TableViewFactory/ExampleControllers/CustomCellsTableViewController.m
Example/TableViewFactory/ExampleControllers/CustomCellsTableViewController.xib
Example/TableViewFactory/ExampleControllers/CustomHeaderController.h
Example/TableViewFactory/ExampleControllers/CustomHeaderController.m
Example/TableViewFactory/ExampleControllers/CustomHeaderController.xib
Example/TableViewFactory/ExampleControllers/CustomHeaderFooterController.h
Example/TableViewFactory/ExampleControllers/CustomHeaderFooterController.m
Example/TableViewFactory/ExampleControllers/CustomHeaderFooterController.xib
Example/TableViewFactory/ExampleControllers/ExampleStoryboard.storyboard
Example/TableViewFactory/ExampleControllers/InsertReplaceTableViewController.h
Example/TableViewFactory/ExampleControllers/InsertReplaceTableViewController.m
Example/TableViewFactory/ExampleControllers/InsertReplaceTableViewController.xib
Example/TableViewFactory/ExampleControllers/MoveSectionTableViewController.h
Example/TableViewFactory/ExampleControllers/MoveSectionTableViewController.m
Example/TableViewFactory/ExampleControllers/MoveSectionTableViewController.xib
Example/TableViewFactory/ExampleControllers/ReorderTableViewController.h
Example/TableViewFactory/ExampleControllers/ReorderTableViewController.m
Example/TableViewFactory/ExampleControllers/ReorderTableViewController.xib
Example/TableViewFactory/ExampleControllers/SearchController.h
Example/TableViewFactory/ExampleControllers/SearchController.m
Example/TableViewFactory/ExampleControllers/SearchController.xib
Example/TableViewFactory/ExampleControllers/StoryboardController.h
Example/TableViewFactory/ExampleControllers/StoryboardController.m
Example/TableViewFactory/ExampleTableViewController.h
Example/TableViewFactory/ExampleTableViewController.m
Example/TableViewFactory/Models/CustomModel.h
Example/TableViewFactory/Models/CustomModel.m
Example/TableViewFactory/Models/Example.h
Example/TableViewFactory/Models/Example.m
Example/TableViewFactory/en.lproj/ExampleTableViewController.xib
Example/TableViewFactory/en.lproj/InfoPlist.strings
Example/TableViewFactory/main.m
Example/TableViewFactory/mochaGrunge.png
Example/TableViewFactory/textured_paper.png
LICENSE
README.md

Download

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

DTTableViewManager-master.zip