DTGridView
DTGridView copied to clipboard
DEPRECATED, this isn't supported anymore. A two-dimensional scrolling view component for the iPhone, heavily inspired by UITableView.
Just helps to not require developers to have to add the flags to the classes as well as, just adding the flags doesn't result in optimum performance, made a change...
Added support of the following cells layout directionality: - Right to left - Left to right - Top to bottom - Bottom to top Changes keep backward compatibility - meaning...
Fixes a bug which causes a cell to be added twice and various redrawing errors to occur afterwards
Added findSpacingBetweenRows and findSpacingBetweenColumns which call optional protocol methods spacingBetweenRowsInGridView and spacingBetweenColumnsInGridView. I followed the existing model of having "find" functions which can be overloaded.
I want manage spacing between the columns in DTSnapGridView. But spacingBetweenColumnsInGridView method of DataSource never get called. any solution to above problem . kindly reply.
spacingBetweenRowsInGridView and spacingBetweenColumnsInGridView are defined as optional methods in the DTGridViewDataSource protocol but don't appear to be referenced anywhere else in the code, so they have no effect. I'm still...
I've got a grid 4 columns by R rows. I'm filling this grid with data such that each row might be only partially filled - 3 out of the 4...
Hi there! This is WhitespaceBot. I'm an [open-source](https://github.com/Gunio/LightWrite) robot that removes trailing white space in your code, and gives you a gitignore file if you didn't have one! Why whitespace?...
is there some limits to this grid that aren't documented? I am trying to use this grid in a dynamic situation on a view controller, meaning the grid's data will...