objective c - How do you insert separators in something like an NSTableView? -


i'd learn how use kind of collection separator, such in example interface builder:

interface builder example

i haven't seen these online, don't think i'm searching right keywords. can point me in direction?

your example interface builder no real separator, it's custom nscell.

real separators, available on iphone, stay on top until whole subgroup has been scrolled through. hope understand mean :)

to accomplish this, create custom cell. make cell 'separator' , insert @ appropriate index.

this might understanding custom cells:

http://www.martinkahr.com/2007/05/04/nscell-image-and-text-sample/


Comments

Popular posts from this blog

WPF: binding viewmodel property of type DateTime to Calendar inside ItemsControl -

java - Getting corefrences with Standard corenlp package -

jQuery clickable div with working mailto link inside -