Can't reset UILabel attributedText when a UITableViewCell is reused The problem I'm using a UITableView to show the list of transactions of a credit card. If the transaction is a chargeback, I'm adding a strikethrough style to the label: The problem happens when ... stackoverflow.com 아 진짜 골때리는 문제가 있었다가 해결이 되어서 급하게 올립니다... 보통 저는 attributedtext를 초기화할 때 다음처럼 사용했습니다. label.text = nil label.attribute..