Custom subview is added on the non-visible part of the table
Hi all,
I've a view controller with a UITableView. When the user tap on a button, a custom subview loaded from a xib (with alpha=0.6) is put on the table.
The problem is that if the user scrolls the table before tapping the button (also because the user can check some items in the table), the subview is added on the non visible part of the table.
How can I resolve this?
Thanks,
Fran
|