iOS 8: UITableViewCell detail text not correctly updating

后端 未结 8 740
有刺的猬
有刺的猬 2020-12-30 02:32

tl;dr: Can I cause the detailTextLabel to have its size updated by the auto layout system in iOS on a value change?

Has anyone else had issues with the detailText l

8条回答
  •  离开以前
    2020-12-30 03:15

    I have the same issue. I have am certain that the data is available and being assigned to the cell.detailTextLabel.text I have noticed that once a value has been assigned then there is no flicker if the value is changed on the return to the tableView. So it appears to me that there is only an issue on the first assignment of a value to the detailTextLabel.

提交回复
热议问题