ios - TableView Cell background on edit not working -
i have tableview transparent background, , content offset allow part of background image visible @ top of first cell. content offset set with: accordiantableview.contentinset = uiedgeinsetsmake(100, 0, 0, 0)
as shown in following image, green highlighted rectangle first cell of tableview, has solid white background. cell in edit mode, there transparent section when cell dragged right, background image visible through cell though has white background...
i cannot have background of table view solid white, since cause background image totally invisible through table view.
how can make entire cell background white, when dragged right while editing?
worked around issue adding empty uiview behind tableview, , changing position behind tableview - providing background color cells while in edit mode.
Comments
Post a Comment