Re: [問題] Cell+上 UITextView

作者: zonble (zonble)   2016-02-04 15:40:15
※ 引述《s001582000 (仁傑)》之銘言:
: 可是小弟我碰到兩個問題
: 1,在autolayout下
: 我在heightForRowAtIndexPath
: return UITableViewAutomaticDimension
: 我每次通知行高要改變的時候
: 下了reloadRowsAtIndexPaths
: 我的TableView的contentOffSet都會被拉走
: 如果在不是autoLayout情況下
: 則完全不會有異常
你在 text view 改變高度,然後要改變 row 的高度的時候,
把原來的 reloadRowsAtIndexPaths ,換成下面這兩行 code 看看。
[self.tableView beginUpdates];
[self.tableView endUpdates];
作者: s001582000 (仁傑)   2016-02-04 18:14:00
我有試過 但是效果不是我想要的QQ謝謝大大
作者: rollr (衛生紙的心情)   2016-02-04 20:10:00
哇靠是 zonble
作者: s001582000 (仁傑)   2016-02-05 10:19:00
謝謝大大 原來是我autolayout的問題= = 但是contentOffset還是會被拉走感謝大大 我已經找到解決方法了https://goo.gl/bp57jR

Links booklink

Contact Us: admin [ a t ] ucptt.com