独自のリッチ テキスト エディターを作成し、webview を使用しています
NSString *htmlStrToShow = [NSString stringWithFormat:@"<body bgcolor=\"#E6E6FA\" contenteditable =\"true\">%@</body>",htmlStrToShow];
[self.webView loadHTMLString:htmlStrToShow baseURL:nil];
また、使用されます
[_self.webView stringByEvaluatingJavaScriptFromString:@" document.body.contentEditable =\"true\"; document.designMode=\"on\";"];
しかし、編集可能領域のコンテンツ サイズが増加していない 2 行後の画像を見ることができます。iOS7
デバイスでのみ発生します