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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 22, 20262026-05-22T23:52:22+00:00 2026-05-22T23:52:22+00:00

I have a small iPhone app which works fine on iOS 4, but when

  • 0

I have a small iPhone app which works fine on iOS 4, but when i run it on iOS 3.2 or below none of the app images are displayed. At first, i thought it was because i was missing some high res images but if that was the case then the images still would have been displayed on iOS 3.2?

So, my question is: Why are my images being displayed fine on iOS4 but not at all on iOS 3.2 and below?

EDIT: This is how im loading the images atm (its in a UITableView):

UIImage *cellImage = [UIImage imageNamed:imageName];
UIImage *chevronImage = [UIImage imageNamed:@"chevron"];
UIImageView *chevronImageView = [[UIImageView alloc] initWithImage:chevronImage];

[[cell imageView] setImage:cellImage];
[[cell textLabel] setText: [names objectAtIndex:indexPath.row]];
[cell setAccessoryView:chevronImageView];

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-22T23:52:23+00:00Added an answer on May 22, 2026 at 11:52 pm

    It could be a problem related to the filename extension in your call:

    UIImage *chevronImage = [UIImage imageNamed:@"chevron"];
    

    You could try to change this to:

    UIImage *chevronImage = [UIImage imageNamed:@"chevron.png"];
    

    I suspect that iOS 4+ “automagically” infers the images extension when you do not use them.

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

Sidebar

Related Questions

I have a small iPhone app which has a button on the first view.
I have a small iPhone app which I've created a button with some functionality
I have what I would consider a small sized iPhone app that uses SQLite.
I have a simple iPhone app which accesses some remote data on start-up then
I am learning iOS and I have written a simple iPhone app using iOS
I have a small IPhone app that I am working on and I am
Back story: Small-time iPhone developer, even have a (tiny) app on the App Store,
I have created a small iPhone app using MonoTouch - got all provisioning files
I have an iPhone app which is aleready live on the app store...Now I
I have an iPhone app. When I run it on the iPad everything looks

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.