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:
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
Post a Comment