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.
デリゲートを設定し、1 つのタイプのリクエストに対して didReceiveData を実装していますが、他のタイプでは、通常の場合と同様に、responseData を設定できるようにしたいだけです。どうすればいいですか?
関数に「didReceiveData」以外の名前を使用し、request.didReceiveDataSelector = @selector(yourSelector); を使用します。didReceiveData 情報が必要なリクエストを作成するとき。