Skip navigation.
 
mlRe: complex views in a tableview
FROM : j o a r
DATE : Wed Feb 27 22:09:35 2008

On Feb 27, 2008, at 9:30 PM, Sean McBride wrote:

> I've discovered joar's great "Subview-TableView" example <http://
> www.joar.com/code/> and it seems to be the best approach, but I wanted
> to check with others because it's 4 years old.  I'm targeting 10.5.2 
> or later.



Thanks!

On 10.5 and later I would recommend NSCollectionView, or alternatively 
NSRuleEditor/NSPredicateEditor, depending on what you're trying to 
solve. My SubViewTableView was always a hack looking for a proper 
solution - And with 10.5 we have that.

Cheers,

j o a r

Related mailsAuthorDate
mlcomplex views in a tableview Sean McBride Feb 27, 21:30
mlRe: complex views in a tableview j o a r Feb 27, 22:09
mlRe: complex views in a tableview Sean McBride Feb 27, 23:13
mlRe: complex views in a tableview j o a r Feb 28, 19:15
mlRe: complex views in a tableview Sean McBride Feb 29, 22:44