我正在使用Three20庫的2.x兼容分支。我想要顯示一個URL,併爲此使用TTStyledTextLabel。TTStyledTextLabel - 無法識別的選擇器異常
但是嘗試使用它的時候,我得到一個異常
*** Terminating app due to uncaught exception 'NSInvalidArgumentException', reason: '*** -[TTStyledTextLabel width]: unrecognized selector sent to instance 0x4bc440'
這是我如何使用TTStyledTextLabel對象(自定義tableviewcell內)
TTStyledTextLabel *textLabel = (TTStyledTextLabel *)[cell.contentView viewWithTag:2];
[textLabel setText:[TTStyledText textFromXHTML:myFormattedText lineBreaks:YES urls:YES]];
有人能告訴我爲什麼發生這種異常?
謝謝。
似乎缺少有應用的更多信息。我用self.frame.size.width替換self.width,這似乎解決了它。謝謝。 – lostInTransit 2009-12-10 10:52:13