ios - Increase height of UITableViewCell separator -
i have subclassed , colored tableview cells in tableview on view image. need increase height of cell separators. know has been asked before, difference cannot add view @ bottom of cells because need area transparent can see image under tableview. each cell populated data coredata.
is there way increase height of tableview separators without creating blank 'filler' cell between each populated cell, or creating new section footer each cell?
basically, need new cell separator style similar uitableviewcellseparatorstylesingleline more single line. possible?
typically, add image view background view of table cell. example of image is: 3 pixel height image, 2 pixel transparent , 1 pixel black, stretched separator.
Comments
Post a Comment