美文网首页
[CATransaction synchronize] call

[CATransaction synchronize] call

作者: floralovesIOS | 来源:发表于2016-06-03 14:33 被阅读5160次

iOS 首页改版,新弄了一个xib,底部约束有点不对,改了几次后正常了,但是一运行就挂,断在-(UITableViewCell *)tableView:(UITableView *)tableView cellForRowAtIndexPath:(NSIndexPath *)indexPath ,还报错[CATransaction synchronize] called within transaction。。。。。

没办法,查资料呗~首先,stack overflow,layer animation有冲突?怎么可能,我只是切了个圆角,不至于。再查,register class??我怎么会犯这么低级的错误?明显还不是我要的答案。

算了自己看吧~慢慢检查吧~好像拽线的时候,有个名字写错了,再看看这button吧~我去,果然多添加了一个IBActon,被自己的粗心惊艳到了,删掉,运行,OK~

相关文章

网友评论

      本文标题:[CATransaction synchronize] call

      本文链接:https://www.haomeiwen.com/subject/grtldttx.html