기사에 이미지를 삽입하여 경로 제외 구현
UITextView는 다음을 사용하여 동적으로 높이를 계산합니다. boundingRectWithSize:options:context:
그러나 이 방법은 경로 제외와 호환되지 않으며 높이가 실제 높이보다 훨씬 작습니다. 그러나 sizeThatFits: 방법을 사용하면 문제가 없지만 sizeThatFits:의 성능이 정말 걱정됩니다
좋은 해결책이 있나요
코드:
光阴似箭催人老,日月如移越少年。
http://stackoverflow.com/questions/19196758/calculate-cell-height-for-textview-with-exclusion-paths
http://stackoverflow.com/questions/19196758/calculate-cell-height-for-textview-with-exclusion-paths