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 UITableView,但我发现左侧的所有 myUILabel和 a都没有显示在正确的位置。UITextField我怎样才能解决这个问题。谢谢!
UITableView
UILabel
UITextField
使用此代码
- (BOOL)tableView:(UITableView *)tableView shouldIndentWhileEditingRowAtIndexPath:(NSIndexPath *)indexPath { return NO; }
您已将 TableView 分组并在单元格上添加了子视图。
需要始终在内容视图上添加自定义对象。