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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 5, 20262026-06-05T13:44:00+00:00 2026-06-05T13:44:00+00:00

I am new to iPhone SDK. I am working with Tabbar based application.it has

  • 0

I am new to iPhone SDK.

I am working with Tabbar based application.it has 5 tabs.named by

  • General
  • School
  • Work
  • Favorite
  • Contact.

In General tab: I am showing his basic info and about his/her family and friends picture(thumb picture,note that user can upload any number of friends and family photo).

In School tab: List of all that school where he/she studied.he/she can put a single photo(thumb picture) of his/her school.

In Work: It is same as school.

In Favorite: It shows all data (around 20 textfields).

In Contact: It also shows few textfields.

User can edit any tab also.

Now my question is i am playing with tab for 10 mins and after that it is crashing without any warning.It never gives my any kind of acknowledgement.

What should i do now?

Thanks In Advance !

  • 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-05T13:44:01+00:00Added an answer on June 5, 2026 at 1:44 pm

    It would be because of memory issue. Release your objects in didReceiveMemoryWarning method instead of dealloc method. Reinitialize the data in viewDidLoad method. Ex:

    - (id)initWithNibName:(NSString *)nibNameOrNil bundle:(NSBundle *)nibBundleOrNil
    {
        self = [super initWithNibName:nibNameOrNil bundle:nibBundleOrNil];
        if (self) {
            // Custom initialization
            yesNoLabel = [[UILabel alloc] initWithFrame:CGRectMake(520, 580, 80, 36)];
            [yesNoLabel setFont:[UIFont boldSystemFontOfSize:14.0]];
            [self.view addSubview:yesNoLabel];
        }
        return self;
    }
    
    - (void)viewDidLoad
    { 
        [yesNoLabel setText:@"NO"];
    }
    
    - (void)didReceiveMemoryWarning
    {
        [super didReceiveMemoryWarning];
        [yesNoLabel release];
    }
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I'm new to xcode and the iphone sdk. I've been working with the view-based
im new to the iPhone SDK and development. I work for a company that
I'm working in the IPhone SDK, and am pretty new to objective-c. Right now
I am currently working on an iPhone 2.1 application. I am new to Objective
I am working on an iPhone application that has a UISearchBar which populates a
I'm new in iPhone SDK. Now i'm working with plist file witch content strings.
I'm new to both Objective-C and the iPhone SDK in general, so please bear
According to this post on Daring Fireball a new iPhone SDK Agreement release in
i'm new at IPhone SDK Developing and now i need some help. I have
Preface : I am new to the iPhone SDK, Obj-C, Interface Builder and Cocoa.

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.