Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
C# ウィンドウ プログラムを作成しました。Window Programで作成したRTFコンテンツをiPadアプリで表示したい。
また、ウィンドウプログラムのRTFテキストボックスにもipadで作成した内容を表示したいです。
これは可能ですか?私にアドバイスをください。ありがとう!
を使用しUIWebviewて `RTF ファイルを表示できます
UIWebview
NSURL *url = <URL FOR YOUR SAVED RTF DOCUMENT IN THE TMP/CACHES FOLDER>; NSURLRequest *request = [NSURLRequest requestWithURL:url]; [webview loadRequest:request];
でwebviewあるiVarはどこにありますかUIWebView
webview
UIWebView