0
我有一串HTML,我將它轉換爲NSAttributedString。iOS - 在HTML字符串中調整圖像大小
NSAttributedString *decodedString = [[NSAttributedString alloc] initWithData:[encodedString dataUsingEncoding:NSUTF8StringEncoding] options:@{NSDocumentTypeDocumentAttribute: NSHTMLTextDocumentType, NSCharacterEncodingDocumentAttribute: [NSNumber numberWithInt:NSUTF8StringEncoding]} documentAttributes:nil error:nil];
的HTML可以有圖像,它<img
... - 基於你的網站從拉動HTML弦上的變化。
圖像顯示在我的TextView中,但非常大。
如何調整所有圖像的大小(按百分比使它們保持正確的形狀)以便它適合我的TextView?
這正是我所做的...... – 2015-04-03 14:29:59
所以我們有相同的邏輯:D;) – 2015-04-03 14:31:29
NSRange或NSScanner? – user2738258 2015-04-03 14:38:03