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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 2, 20262026-06-02T23:53:54+00:00 2026-06-02T23:53:54+00:00

UPDATE: All working now, forgot to link up the view in the .xib file.

  • 0

UPDATE: All working now, forgot to link up the view in the .xib file.

I have imported my view controller’s implementation files like so;

#import "TopicsListParentViewController.h"

When I write:

TopicsListParentViewController *tlparentview;

There are no errors at first, but then when building the project, this error appears:

Unknown type name ‘TopicsListParentViewController’; did you mean ‘TopicsListViewController’?

Why is this and how can I fix it? Here’s a screenshot to help you imagine the scene more accurately:

enter image description here

EDIT: Here are the .h and .m for “TopicsListParentViewController”

.h Implementation File:

//
//  TopicsListParentViewController.h
//
//  Created by James Anderson on 27/04/2012.
//  Copyright (c) 2012 PixelBit Apps Ltd. All rights reserved.
//

#import "SuperChatAppDelegate.h"
#import "TopicsListViewController.h"

@interface TopicsListParentViewController : UIViewController {

IBOutlet UIView *parentview;

IBOutlet TopicsListViewController *topicsListViewController;

}

@end

.m Implementation File:

//
//  TopicsListParentViewController.m
//
//  Created by James Anderson on 27/04/2012.
//  Copyright (c) 2012 PixelBit Apps Ltd. All rights reserved.
//

#import "TopicsListParentViewController.h"

@implementation TopicsListParentViewController 

-(void)viewDidLoad
{

[parentview addSubview:topicsListViewController.tableView];
NSLog(@"Added subview");

}

- (BOOL)shouldAutorotateToInterfaceOrientation:(UIInterfaceOrientation)interfaceOrientation {
    // Return YES for supported orientations.
return (interfaceOrientation == UIInterfaceOrientationLandscapeLeft || interfaceOrientation ==     UIInterfaceOrientationLandscapeRight);
}

- (void)dealloc {
[super dealloc];
}

@end
  • 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-02T23:53:55+00:00Added an answer on June 2, 2026 at 11:53 pm

    Double check to make sure your files properly have.

     @interface TopicsListParentViewController
      ...
     @end
    

    and

     @implementation TopicsListParentViewController
      ...
     @end
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I have 10000 documents in one MongoDB collection. I'd like to update all the
UPDATE, the code is working now. I have the following code but obliviously it
I'd like to update all records with an empty string in all columns of
I just pulled https://github.com/kolanos/kohana-universe and now I'm trying to update all the modules running:
UPDATE: SOLVED Hi all, i've got it, just save cookie to temp file, and
Have been working on a Tower Defense game for iOS for some time now.
I'm working on a Spring MVC project, and I have unit tests for all
Quite a funny question I have. I am working now on the HTML parser
UPDATE: It Is Now Working I was able to finally get it completed. A
UPDATE Added <uses-permission android:name=android.permission.WRITE_EXTERNAL_STORAGE /> to the manifest all works ok now. Ok 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.