i looking remove separator color in view based nstableview
.
it looks :
for uitableview there method setseparatorcolor:
not nstableview.
solutions highly appreciated.
i did as:
changed intercell spacing :
[atableview setintercellspacing:nsmakesize(0, 0)];
and changed height of the cell, set view's width 30.f
, cell being drawn of 35.f
.
now perfect, screen shot :
Comments
Post a Comment