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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 23, 20262026-05-23T03:04:11+00:00 2026-05-23T03:04:11+00:00

Hello i’m trying to make a simple ios app with tabs and navigation .

  • 0

Hello i’m trying to make a simple ios app with tabs and navigation .

in the delegate i have the following type:

BlogRss * _currentlySelectedBlogItem;

with this property:

@property (readwrite,retain) BlogRss * currentlySelectedBlogItem;

and i’m trying to get his data with two other classes, one is a table view with the data and the other will show the data;
in both classes i have declared the following:

@class NewsAppDelegate;
NewsAppDelegate * _appDelegate;
@property (nonatomic, retain) IBOutlet _NewsAppDelegate * appDelegate;
@synthesize appDelegate = _appDelegate;

ofter “touching” the cell in the table view i wrote this:

- (void)tableView:(UITableView *)tableView didSelectRowAtIndexPath:(NSIndexPath *)indexPath
{
        [[self appDelegate] setCurrentlySelectedBlogItem:[[[self rssParser]rssItems]objectAtIndex:indexPath.row]];

    // Navigation logic may go here. Create and push another view controller.
  //  [[self appDelegate] loadNewsDetails];

     NewsDetailViewController *detailViewController = [[NewsDetailViewController alloc] initWithNibName:@"NewsDetailViewController" bundle:nil];

     // ...
     // Pass the selected object to the new view controller.
     [self.navigationController pushViewController:detailViewController animated:YES];
     [detailViewController release];

}

when i’m writing in the other class:

NSLog(@"%@",self.appDelegate.currentlySelectedBlogItem);

i’m getting null.

clearly i’m doing something wrong, but i don’t know what…

  • 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-05-23T03:04:12+00:00Added an answer on May 23, 2026 at 3:04 am

    The problem is likely that this line is returning null:

    [[[self rssParser]rssItems]objectAtIndex:indexPath.row]
    

    Code is easier to debug when you don’t nest so many sentences.

    You can access your delegate from anywhere because UIApplication is a singleton, you don’t need to keep a reference as you do with self.appDelegate. Example:

    (NewsAppDelegate *)[[UIApplication sharedApplication] delegate];
    

    Or just do as Jennis suggest, who is a faster typer than me, and remove the IBOutlet. 😛

    When you do

    NewsAppDelegate * _appDelegate;
    @property (nonatomic, retain) IBOutlet _NewsAppDelegate * appDelegate;
    @synthesize appDelegate = _appDelegate;
    

    The result is the same if you skip the first line, because the runtime creates it for you.
    See Question about @synthesize. And I guess _NewsAppDelegate is really NewsAppDelegate (no underscore).

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

Sidebar

Related Questions

Hello I have the following error by git-fsck, which cannot be cleaned by git-gc
Hello everyone I'm trying to make a flash uploader. The issue however that has
Hello good morning everyone, i have an iphone app which is still in development
Hello again ladies and gents! OK, following on from my other question on ASP.NET
Hello I am compiling a program with make but I get the error of
Hello we have an SQL server application running over a low bandwith connection. We
Hello I have two dependants select box, the second one is popularited after onchange
Hello everyone i have big query to calculation and counter by clinic ID SELECT
Hello every one. I'm faced with a weird problem. My application has a simple
Hello I'm a trying to learn python, In C++ to read in string from

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.