Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
TableViewCellにいくつかのCALayerがあります。レイヤーをタッチしてドラッグを開始すると、テーブルをドラッグできないことがわかりました。
CALayerの代わりにUIViewを使用する必要がありますか?
何か提案はありますか?
CALayerはUIResponderのサブクラスではないため、タッチを処理できません。代わりにUIViewを使用してください。