charles

Results 1 issues of charles

在tableview 设置编辑模式下, cell子控件右对齐的情况下有问题 发布按钮是右对齐, ![image](https://user-images.githubusercontent.com/9567891/44251860-97922c00-a22c-11e8-9acb-c1ce968dc2bd.png) 当self.tableview.editing=YES 的时候发布按钮不会往右移 ![image](https://user-images.githubusercontent.com/9567891/44251903-c5777080-a22c-11e8-9e2b-3c893ebd71db.png) ![image](https://user-images.githubusercontent.com/9567891/44251911-cad4bb00-a22c-11e8-88e5-169f3bda5072.png) 当我这么设置的时候 ![image](https://user-images.githubusercontent.com/9567891/44251940-dde78b00-a22c-11e8-9701-47a874d31988.png) 编辑就是正常的了... ![image](https://user-images.githubusercontent.com/9567891/44251965-fc4d8680-a22c-11e8-9487-69e57c2abc52.png) 不知道是不是框架的问题. 我目前还是左对齐布局