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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 10, 20262026-06-10T07:48:06+00:00 2026-06-10T07:48:06+00:00

In this answer : https://stackoverflow.com/a/4481896/1486928 there is a line like this : UITableView *tableView

  • 0

In this answer : https://stackoverflow.com/a/4481896/1486928

there is a line like this :

 UITableView *tableView = controller == self.fetchedResultsController ? self.tableView : self.searchDisplayController.searchResultsTableView;

It’s the first time I see all these symbols in the same line :/ (I’m a beginner).

  • 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-10T07:48:08+00:00Added an answer on June 10, 2026 at 7:48 am

    This is the conditional operator. What it does is basically it returns one of two values based on its condition:

    SomeType variable = condition ? valueIfTrue : valueIfFalse;
    

    This can be interpreted as

    SomeType variable;
    if (condition) {
        variable = valueIfTrue;
    } else {
        variable = valueIfFalse;
    }
    

    Here the condition is

    controller == self.fetchedResultsController
    

    so of the view controller is equal to self.fetchedResultsController, the tableView variable will be assigned to self.tableView, else it’ll be assigned to self.searchDisplayController.searchResultsTableView

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

Sidebar

Related Questions

I have seen this answer https://stackoverflow.com/a/9243472/563381 And while it works well visual as soon
I found this answer to this question https://stackoverflow.com/a/7244888/1473523 , but in my situation am
My question is in relation this this answer. https://stackoverflow.com/a/8773953/1297775 I have read at many
I am using the script from this answer https://stackoverflow.com/a/1681410/22 to insert a launch application
Based on the answer I received on this question ( https://stackoverflow.com/questions/1911969/... ) I have
Given this answer: https://stackoverflow.com/a/4263048 Which is excellent, how can we be sure that out
Using the code from this answer: https://stackoverflow.com/a/9744961/514773 I've noticed that any time I enter:
I try to use wilcards in Android.mk with help of this answer https://stackoverflow.com/a/8459242/1039175 But
I found an answer that almost solves my problem: https://stackoverflow.com/a/5717191/1065546 This answer demonstrates how
I'm trying to use some code like is seen on another questions answer: https://stackoverflow.com/a/621849/1044984

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.