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?

ios tableview cell

worked around issue adding empty uiview behind tableview, , changing position behind tableview - providing background color cells while in edit mode.


Comments

Popular posts from this blog

amazon web services - S3 Pre-signed POST validate file type? -

c# - Check Keyboard Input Winforms -