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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 28, 20262026-05-28T06:13:21+00:00 2026-05-28T06:13:21+00:00

I have a UIViewController class MyClass that initially had no XIB, and was initialized

  • 0

I have a UIViewController class MyClass that initially had no XIB, and was initialized programmatically. Now, I don’t want to load it from an XIB, but I do want to make a small 50×50 UIView (settings overlay view), and I want to add it MyClass, so instead of programatically declaring the new settings overlay view, I thought I would create an XIB file, set the file’s owner to MyClass, declare in MyClass.h an IBOutlet UIView *settingsOverlay, and link it in the XIB.

Then in the viewDidLoad method, I do [self.view addSubview:settingsOverlay], but for some annoying reason it doesn’t work. It just doesn’t appear. I tried creating a simple UIImageView programmatically and adding it to the subView, and it works just fine, but when done through the XIB, it doesn’t work. Can anyone point out what could possible be wrong? Please let me know what other details I might need to include.

  • 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-28T06:13:22+00:00Added an answer on May 28, 2026 at 6:13 am

    If you are trying to add a view using xib then you need to use loadNibNamed method.

    [[NSBundle mainBundle] loadNibNamed:@"settingsOverlay" owner:self options:nil];
    

    You can refer developer link for more info – http://developer.apple.com/library/IOs/#documentation/UIKit/Reference/NSBundle_UIKitAdditions/Introduction/Introduction.html

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

Sidebar

Related Questions

i have a UIViewController class that do the following: detect movement. array a bunch
I have created a UIViewController class called MyViewController with a UIImageView in its XIB
I have 2 parts of my class that want it to be the delegate.
I have a UIViewController Class Aplha that calls another UIViewController Class Beta in a
Suppose I have a custom controller called MyCustomUIViewController that extends UIViewController: public class MyCustomUIViewController
I have an Advertisement UIViewController class that contains the following code. The frame is
I have a UIViewController class and a second which I want to push modally
Here is the situation, I have UIViewController class with a UITableView outlet. I would
I have subclassed UIViewController into a new class, PageViewController (I'm writing a simple book
I have a class A, and B like these: @interface A : UIViewController <UITableViewDelegate,

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.