4

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

4

1 に答える 1

1

わかりました、私は自分で解決策を見つけました...

何らかの理由で、Apple の不思議な並べ替えアニメーションは単純な UIView をキャプチャできませんが、カスタム TableViewCell のサブビューとして UIImageViews、UIButtons、および UILabels を使用すると、アニメーションは期待どおりに動作します...不気味です!

于 2012-06-23T22:14:43.387 に答える