Objective-c - Under ios7, the accessoryView of tableViewCell, ios8, and 9 are no problem
淡淡烟草味
淡淡烟草味 2017-05-02 09:22:56
0
1
646

Under ios7, the accessoryView of tableViewCell is offset, but it becomes normal after scrolling. What is the reason for this?

淡淡烟草味
淡淡烟草味

reply all(1)
淡淡烟草味

I saw this question before, but couldn’t answer it. A few days ago, I encountered the problem of tableView’s dynamic calculation height under iOS7, which needs to be refreshed before it can be displayed normally. I checked the information and found that iOS7 has a height caching mechanism, which is different from iOS8 and In the future, the processing order of the proxy methods will be different. It can be solved by separating the height calculation method and executing it separately. The original poster's problem should be for a similar reason.

Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template