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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 14, 20262026-05-14T14:25:38+00:00 2026-05-14T14:25:38+00:00

I can’t get my head around this – I know it must be simple..

  • 0

I can’t get my head around this – I know it must be simple.. I’m starting to feel pretty stupid. I have two viewControllers. MainViewController.h/m and LevelsViewController.h/m

I want to add a subView from the LevelsViewController class and a view that is built in IB called levelsView. I am calling this from the MainViewController.m file. The levelsView is only 200×200 pixels and I want to offset it from the frame origin of the superView by x=140 pixels and y=50 pixels.

I have this working – the view displays, but I can’t figure out how to offset it. It only shows up at the 0,0 superView frame origin. (The superView shows below it, which is what I want).

Here is the code I call in the method in the MainViewController.m that displays the levelsView.(I have commented out some of the things I have tried – but throws this error: error: request for member ‘frame’ in ‘myLevelsView’, which is of non-class type ‘LevelsViewController*’

)

- (void) displayLevelsPage {

    if (self.theLevelsView == nil) // Does not yet exist - therefore create
    {
        LevelsViewController * myLevelsView = [[LevelsViewController alloc] initWithNibName:@"levelsView" bundle:[NSBundle mainBundle]];
        NSLog(@"NEW theLevelsView instance created!");
        CGRect frame2 = CGRectMake(140, 50, 200, 200);
        //myLevelsView.frame = frame2;
        self.theLevelsView = myLevelsView;
        [myLevelsView release];
    }

    [self.view addSubview: theLevelsView.view];
    NSLog(@"Levels View has been activated");
}

Any insight would be 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-05-14T14:25:39+00:00Added an answer on May 14, 2026 at 2:25 pm

    myLevelsView doesn’t have a frame but it does have a view and that has a frame, so your commented out line could be:

    myLevelsView.view.frame = frame2;

    But a viewcontroller should not have a viewcontroller as a subview. A viewcontroller is meant to control the entire view. Only 1 view controller can be controlling the screen at a time. Use a UIView (or any subclasses of UIView) for any subviews within the MainViewController.

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

Sidebar

Related Questions

Can't figure out how to do this in a pretty way : I have
Does anyone know how can I replace this 2 symbol below from the string
Can find why i get this error can someone help? package Android.data; public class
Can this be done in any better way or must i type object.event =
Can anyone let me know how can we change the value of kendo combobox
Can I order my users in the database, so I don't have to say
Can I change the field public virtual ClassOne ClassOne { get; set; } to
Can any one tell, how to get the result of LINQ query contains group
Can anyone explain to me why this program: for(float i = -1; i <
I have a jquery bug and I've been looking for hours now, I can't

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.