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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 30, 20262026-05-30T15:54:19+00:00 2026-05-30T15:54:19+00:00

Previously, I generate the programme using code, and I have a super class that

  • 0

Previously, I generate the programme using code, and I have a super class that have a background image all the time. But now I change my coding to using XIB, how can I insert a view after the Nib is loaded? But I don’t want all my XIB have a view. Thanks.

  • 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-30T15:54:20+00:00Added an answer on May 30, 2026 at 3:54 pm

    awakeFromNib is the right method to use. You don’t want to cover up views by just adding the subview. Insert the subview instead.

    - (void)awakeFromNib
    {
        UIView *targetView;
        UIView *viewToInsert = [self pointerToViewToInsert];
    
        for (UIView *aSubview in self.view.subviews){
             if ([aSubview isEqual:self.someView]){
                 targetView = aSubview;
                 break;
             }
        }
        if (targetView){
            int targetIndex = [self.view.subviews indexOfObject:targetView];
            [self.view insertSubview:viewToInsert atIndex:targetIndex];
    }
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I have previously been using Chilkat Zip .Net to generate backup files from my
I'm building a compiler that targets .NET and I've previously generated CIL directly, but
Previously, I had a class that wrapped an internal System.Collections.Generic.List<Item> (where Item is a
Previously I've asked about inserting a column into a dataset . I now have
Thanks for all helped me before. But I still have some questions about the
I'm having a devil of a time understanding references. Consider the following code: class
It seems that Java is not set up to do what I have previously
Previously I have asked to strip text from a field and convert it to
I have a problem with my code. It keeps on crashing when i have
I'm working on setting background image sized 320X480 jpg, for >= android 2.2 versions.

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.