Lindemann
Lindemann

Reputation: 3396

Subviews of UITableViewCell are not visible while reordering

When I reorder my UITableViewCells, the Subviews of the Cell are not visible while dragging...I get always the same result, whether I add the Subviews programmatically in a UITableViewCell Subclass or in Storyboard...

Is there a possibility to see the real UITableViewCell with Subviews while dragging?

enter image description here

Upvotes: 4

Views: 450

Answers (1)

Lindemann
Lindemann

Reputation: 3396

Ok I found a solution by my self...

For some reason the mysterious reordering animation from Apple cant capture simple UIViews, but with UIImageViews, UIButtons and UILabels as Subviews of the custom TableViewCell, the animation works like expected...creepy!

Upvotes: 1

Related Questions