I have a UITableView with every UITableViewCell having a black card similar to a UIView background. Black cards are not completely opaque, but instead have an alpha of 0.6. Everything looks great when I move the scroll up and down, no problem.
What happens when I move the Assistive Touch to a UITableView. The secondary Touch simply leaves black spots around where it was moved, and black spots remain until I scroll through the UITableView again.
Has anyone else encountered such a problem before? Is there any work around / hack to avoid this?
Optional: when I try to take a screenshot, it is cleared.
This is what happens when I move the Assistive Touch around.

Here's how it should look.

A snippet of code regarding how I set the background color and alpha for the cells in the table.
override func awakeFromNib() { super.awakeFromNib()
source share