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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 21, 20262026-05-21T10:21:23+00:00 2026-05-21T10:21:23+00:00

I want to write an iPhone app – view image app. And I have

  • 0

I want to write an iPhone app – view image app.
And I have an example: Example (newspaper reader)

That example is a newspaper reader. But i like their image processing.
Their processing is:

  1. Load low quality image (small resolution) first.
  2. Continue load high quality image (high resolution) step by step. They divide image into 9 piece (A –> I). And then they load from A, B, C, … to I. Done, we have a nice image.

    A B C
    D E F
    G H I

Here is the question :D:
– i want to know what is the technology they used in their application?
– What is the best method to processing image in objective – c (iphone :D)

Thanks verymuch for your help and sorry for my bad English.

  • 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-21T10:21:23+00:00Added an answer on May 21, 2026 at 10:21 am

    One possibility is that wherever they have what you think is a custom UIImageView they actually have a UIWebView. The reason I say this is because when you load an image in a UIWebView it does this partial loading for you.

    The way I would go about adding this is to have 2 images: a small load quality gif & a higher quality one you actually want to display.
    Now wherever you would use a custom UIImageView instead place a UIWebView.

    Load the webView with a little html string like this.

    NSString *htmlString = [NSString stringWithFormat:@"<img style=\"position:absolute; top:0px; left:0px; width: 100%; height: 100%;\" src=\"%@\"/>   <img style=\"position:absolute; top:0px; left:0px; width: 100%; height: 100%;\" src=\"%@\"/>", lowResURL, hiResURL];
        [webView loadHTMLString:htmlString baseURL:nil];
        webView.userInteractionEnabled = NO;
    

    (Bring your own NSStrings called, lowResURL & hiResURL.)

    Now it should load the first low resolution copy much quicker giving it a rough idea of what it’ll look like while the other one loads on top of it showing the full image.

    NOTE: This might not (and probably isn’t) the way the app you pointed to does it but is the quickest/easiest way to achieve the effect you described.

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

Sidebar

Related Questions

I want to write an iPhone app, that will need to do a distance
I have an ai loop that I would like to write for my iphone
I have plist in my iphone app and I want to read and write
I want to write a file on my iPhone app. My file is in
My iPhone app will have read-only system data AND read/write user data (stored either
I want to write an app communicating between Mac and iPhone. Specifically speaking, I
I have a multiview iPhone app I'm developing that will have lots of inputs
Let's say I have an iPhone app that has a UIWebView. Is it possible
I have an iPhone app that grabs information from different sources in XML format.
I'd like to append some text from my iPhone app, to a file that

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.