macOS/iOS API解説

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

目次

initWithAuthenticationChallenge:sender:

認証チャレンジオブジェクトを初期化して返します
-(id)initWithAuthenticationChallenge:(NSURLAuthenticationChallenge *)challenge:
                    sender:(id<NSURLAuthenticationChallengeSender>)sender:

解説

認証チャレンジオブジェクトを初期化して返します。

返り値

( id )

オブジェクト

引数

( NSURLAuthenticationChallenge * )challenge
( id<NSURLAuthenticationChallengeSender> )sender

クラス

NSURLAuthenticationChallenge

Instance Methods

使用可能

10.2.7(10.2+safari)

参照

-initWithProtectionSpace:proposedCredential:previousFailureCount:failureResponse:error:sender:

例文