macOS/iOS API解説

iOS , Mac アプリケーション開発のために使われる主要フレームワークの日本語情報です。2010年代に書かれた内容です。今後更新はありません。

目次

DOMDocument Additions

webFrame

DOMドキュメントのウエブフレームを返します 解説 DOMドキュメントのウエブフレームを返します。 返り値 ( WebFrame * ) なし 引数 フレームワーク WebKit クラス DOMDocument Additions Instance Methods 使用可能 10.3.9 参照 例文

URLWithAttributeString:

属性付き文字列からURLを組み立てます -(NSURL *)URLWithAttributeString:(NSString *)string: 解説 属性付き文字列からURLを組み立てます。 返り値 ( NSURL * ) なし 引数 ( NSString * )string フレームワーク WebKit クラス DOMDocument Additions Instan…