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

  • SEARCH
  • Home
  • 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 8741275
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 13, 20262026-06-13T11:16:59+00:00 2026-06-13T11:16:59+00:00

I have an application where each screen will be added dynamically, along with all

  • 0

I have an application where each screen will be added dynamically, along with all the elements on the screen, i.e, table, textfields etc. Each viewController will be using the same NIB, basically I loop through the JSON and for every new screen, I create a new ViewController object and add it to an array, and I do the same thing for the objects to be added to the screen.

The thing is, one screen may need a tableView delegate methods, another may need the text field delegate methods. If I don’t have the delegates implemented in interface file, then I can’t do this

 textField.delegate = self;

or

tableView.delegate = self;
tableView.dataSource = self;

as it will flag an error.

Would it be bad practice, just to add all the delegate methods that I am likely to have, i.e.

@interface Testing : UIViewController<UITableViewDataSource, UITableViewDelegate, UITextFieldDelegate, UIPickerViewDataSource, UIPickerViewDelegate, UITextViewDelegate, UIWebViewDelegate>

and then implement all the methods, that way it would only call them if they were needed. Or would this be bad idea?

Or is there a better way to set this up?

Any information would be much appreciated.

  • 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-13T11:17:00+00:00Added an answer on June 13, 2026 at 11:17 am

    One shotgun approach is to strip the type off the delegate:

    textField.delegate = (id) self;
    

    If the delegate is somehow guaranteed to respond to the messages as required by the protocol, then everything will work fine. Whether this is an ugly hack or an elegant solution depends on the details of your problem.

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

Sidebar

Related Questions

I have an android application. I have four screens and each screen contains a
I have 40 images that represent screen mockups of an iOS application. I will
I have an application that requires the ontouchstart attribute to be added to each
I have an application where for each object the user can specify his own
i have application with Listbox and files, each time i press on Add button
I have two Visual Studio vb.NET applications. Previously, I have published each application separately
I have two application that need to talk to each other. App1 needs to
I have an application where I receive each data 40.000 rows. I have 5
I have various objects in application,and each has isvalid method to test if values
I have an application with multiple forms, each form has the same icon, so

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.