objective c - iOS UITableView deleted section lingers in UI -


i have uitableview multiple sections created data model can updated/edited outside view.

the updates table view done in viewwillappear. data model recreated , [tableview reloaddata] invoked.

so far have not had problems following section can't seem understand going on. lingers on when has been deleted data model , table view

correct render

after deleting section


Comments

Popular posts from this blog

c - Calling a function within a loop -

vb.net - Unbound DataGridView add row with checkbox error -

How i fill combobox items in Radgridview manually using in vb.net -