gsdios / SDAutoLayout

One line of code to implement automatic layout. 一行代码搞定自动布局!支持Cell和Tableview高度自适应,Label和ScrollView内容自适应,致力于做最简单易用的AutoLayout库。The most easy way for autoLayout. Based on runtime.
MIT License
5.9k stars 1.28k forks source link

在tableview 设置编辑模式下, cell子控件右对齐的情况下有问题 #292

Open a603938361 opened 6 years ago

a603938361 commented 6 years ago

在tableview 设置编辑模式下, cell子控件右对齐的情况下有问题 发布按钮是右对齐, image

当self.tableview.editing=YES 的时候发布按钮不会往右移 image image

当我这么设置的时候 image 编辑就是正常的了...
image

不知道是不是框架的问题. 我目前还是左对齐布局