Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • Home
  • SEARCH
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 7856171
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 2, 20262026-06-02T20:37:13+00:00 2026-06-02T20:37:13+00:00

I have an iPhone app in which I have a method in ClassB called:

  • 0

I have an iPhone app in which I have a method in ClassB called:

-(void)login:(NSString *)url withDelegate:(id)delegate { }

this method is called from ClassA. I pass in the delegate parameter in order to pass a callback to ClassA when this method is finished:

if(delegate && [delegate respondsToSelector:@selector(parseLogin:)]) {
   [delegate parseLogin:loginInfoDictionary];
}

However, I get a warning stating: -Instance method: parseLogin: not found

This is not surprising because I never cast the parameter delegate as any specific class. However, to keep this method as abstract as possible, I’d like to keep the datatype of delegate as id.

Is this possible????

I’m running iOS 5.1 (if it matters). I’d like to get rid of the warning if possible.

Many thanks!
Brett

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-06-02T20:37:15+00:00Added an answer on June 2, 2026 at 8:37 pm

    A common way to handle this is create a protocol and have ClassA implement the protocol.

    @protocol ProtocolName
    - (void) parseLogin:(NSDictionary*)dictionary;
    @end
    

    Then implement the protocol in ClassA

    @interface ClassA : NSObject<ProtocolName>
    

    Then change your method to look like:

    -(void)login:(NSString *)url withDelegate:(id<ProtocolName>)delegate { }
    

    This will get rid of the warning and still be extensible.

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I have an iPhone app which is pulling just about all it's data from
I have an iPhone app which sends a request to a url posting a
I have an iPhone app which has a Table View-based data input screen with
My company would dearly like to have an iPhone app which, among other functions,
I have an app which existed as an iPhone app first and now as
I need to have a few buttons in my iPhone app (which may be
I have an iPhone app, which is running only in landscape mode, but recently
I have an app which has different app identifier for iphone and ipad and
I am working on an iPhone app, in which I have to enlist all
I have an IPhone application which is having a non consumable in app purchse

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.