Keith Lazuka
Keith Lazuka
It's falling back on using the TTStyleDelegate to provide the image instead of using the URL.
In general, several of the layout-type styles could benefit from multi-touch/gesture UI.
The implementation of StyleStructureDataSource could be significantly simplified if we removed the extra overhead caused by maintaining 2 parallel data structures: 1) the rootStyle/headStyle linked list 2) the self.items mutable...
There should be a shared data type between the ObjectEditor's table data source and the primary object that ValueEditor plugins act upon.
Right now I just have a hard-coded set of conditionals to test the atEncodeType against the Class names for which I do want to have a "New" button visible. A...
- UIColor properties should display a color swatch, not a text string. - UIEdgeInsets should display a succinct string representation, not NSValue's hexadecimal representation. As a reminder to myself, the...