【问题标题】:editing mode UITableView, cant prevent movement of content view to right编辑模式 UITableView,不能阻止内容视图向右移动
【发布时间】:2013-12-09 12:33:46
【问题描述】:

在我的聊天应用程序中,我无法阻止某些内容视图向右移动,在屏幕截图蓝色气泡上,文本在编辑模式下向右移动,谁能帮助我?

【问题讨论】:

    标签: ios uitableview


    【解决方案1】:

    使用以下 UITableView 委托方法:

    - (BOOL)tableView:(UITableView *)tableView shouldIndentWhileEditingRowAtIndexPath:(NSIndexPath *)indexPath
    

    学分来自此链接:https://stackoverflow.com/a/5789624/2060180

    【讨论】:

      猜你喜欢
      • 2015-11-13
      • 1970-01-01
      • 2011-03-28
      • 2022-06-17
      • 1970-01-01
      • 1970-01-01
      • 1970-01-01
      • 1970-01-01
      • 1970-01-01
      相关资源
      最近更新 更多