Instance Method インスタンスメソッド

URLProtocolDidFinishLoading:

Tells the client that the protocol implementation has finished loading. クライアントに、このプロトコル実装がロードを終えたことを伝えます。

Declaration 宣言

- (void)URLProtocolDidFinishLoading:(NSURLProtocol *)protocol;

Parameters パラメータ

protocol

The URL protocol object sending the message. メッセージを送っているURLプロトコルオブジェクト。

See Also 参照

Indicating Loading Progress or Failure ローディングの進捗または失敗を指し示す