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.
でEditModeをトリガーしましたが、左側のすべての自分とaが正しい位置に表示されていないUITableViewことがわかりました。どうすればこれを修正できますか。ありがとう!UILabelUITextField
UITableView
UILabel
UITextField
このコードを使用する
- (BOOL)tableView:(UITableView *)tableView shouldIndentWhileEditingRowAtIndexPath:(NSIndexPath *)indexPath { return NO; }
グループ化されたTableViewを取得し、セルにサブビューを追加しました。
常にコンテンツビューにカスタムオブジェクトを追加する必要があります。