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 8298303
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 8, 20262026-06-08T15:43:24+00:00 2026-06-08T15:43:24+00:00

I am working on an example codes at here and my target is to

  • 0

I am working on an example codes at here and my target is to customized the font and color of log in cell

These method below are setting proper delegate class to the table view

- (void)setQuickDialogTableView:(QuickDialogTableView *)aQuickDialogTableView {
    [super setQuickDialogTableView:aQuickDialogTableView];

    self.quickDialogTableView.backgroundView = nil;
    self.quickDialogTableView.backgroundColor = [UIColor colorWithHue:0.1174 saturation:0.7131 brightness:0.8618 alpha:1.0000];
    self.quickDialogTableView.bounces = NO;
    self.quickDialogTableView.styleProvider = self;

    ((QEntryElement *)[self.root elementWithKey:@"login"]).delegate = self;
}

My question is :

how this method being called during the running time.
I did pull the sample project and took a look inside but still have had no clues how it is being triggered at all

Please advice me on this issue and all comments are welcomed here

Thanks

  • 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-08T15:43:26+00:00Added an answer on June 8, 2026 at 3:43 pm

    QuickDialog developer here.

    This method gets called when the QuickDialogController sets its quickDialogTableView property to the new QuickDialogTableView instance, in the loadView method:

    - (void)loadView {
        [super loadView];
        self.quickDialogTableView = [[QuickDialogTableView alloc] initWithController:self];
        self.view = self.quickDialogTableView;
    }
    

    In the method above, I’m using the dot notation to set the self.quickDialogTableView object, but this could also have been written as [self setQuickDialogTableView:...]. They mean the same thing.

    The loadView method is called automatically by iOS when the ViewController gets presented.

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

Sidebar

Related Questions

A fully working example is availiable here on jsFiddle . I strongly encourage you
In the following (working) code example, the templated register_enum() function is used to iterate
Does anybody know of a working code example of the sum-product algorithm for (loopy)
I'm working with a Google Maps example code , this : http://www.wolfpil.de/v3/drag-from-outside.html which has
Does anyone has the code to a full working example of slartoolkit ( http://slartoolkit.codeplex.com/
Can anybody give any working example of how to read/write Unicode text files using
anyone has a working example of a TTThumbsViewController used with files included in the
Can someone provide a working example in which stored procedure returns a recordset and
Does anyone have a working example of a video player built using Qt phonon?
UPDATE: This is the working example. First we create a class to hold weekday,

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.