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

  • Home
  • SEARCH
  • 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 7063559
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 28, 20262026-05-28T04:43:40+00:00 2026-05-28T04:43:40+00:00

I am working on a simple universal ios app that displays images in a

  • 0

I am working on a simple universal ios app that displays images in a table, when the user selects an image it goes to a detail view which includes a larger view of the image and a UIButton/IBAction to save the image to their photo album.. I use the following code which for the most part works great, except the very first time the user presses “save” it hangs with a loooooong lag, a good 5-6sec. If the user hits it multiple times during the lag time then the image gets saved multiple times, even if I include code to disable the button for a few seconds. The highlighted button also will not show during the first touch of the button. Thereafter it works fine. Does anyone know the reason for the lag and how to fix it. Thanks!

-(IBAction)saveBtn:(UIButton *)pressed{

UIImageWriteToSavedPhotosAlbum(image.myimage, self, @selector(imageSavedToPhotosAlbum: didFinishSavingWithError: contextInfo:), nil);

}

- (void)imageSavedToPhotosAlbum:(UIImage *)image didFinishSavingWithError:(NSError *)error contextInfo:(void *)contextInfo {  
    NSString *message;  
    NSString *title;  
    if (!error) {  
        title = NSLocalizedString(@"Image Saved", @"");  
        message = NSLocalizedString(@"You can now view the image in your photo album", @"");  
    } else {  
        title = NSLocalizedString(@"Save Failed", @"");  
        message = [error description];  
    }  
    UIAlertView *alert = [[UIAlertView alloc] initWithTitle:title  
                                                    message:message  
                                                   delegate:nil  
                                          cancelButtonTitle:NSLocalizedString(@"OK", @"")  
                                          otherButtonTitles:nil];  
    [alert show];  
    [alert release];  
}  
  • 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-28T04:43:41+00:00Added an answer on May 28, 2026 at 4:43 am

    The problem was unrelated to this code, and was instead due to memory usage with large image files in the table view.

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

Sidebar

Related Questions

i am working on a simple web app which has a user model and
I am working on a simple notification service that will be used to deliver
I have a simple working PHP script to write an HTML table from a
I have a simple 'Working' form that runs on its own thread to keep
I am working on simple Workflow Foundation that uses a simple ASP.NET page as
I am Working on simple login application in which user is first shown login
hi iam currently working in simple amimation app in which i implement following code
I am working on simple facebook integration that allows users to post high scores
Am working on simple utility app with picker, but the message does not output
I'm working on simple counter. My problem is that drawString() method draws new string

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.