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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 24, 20262026-05-24T11:30:07+00:00 2026-05-24T11:30:07+00:00

I want to implement an image gallery inside my iPhone app which will only

  • 0

I want to implement an image gallery inside my iPhone app which will only have those images from device gallery that have been either selected from inside the app or pictures taken from inside the app. Please advice on any simple methods to do so.

  • 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-24T11:30:08+00:00Added an answer on May 24, 2026 at 11:30 am

    You can try Three20, it’s a very nice framework for doing such a task.

    Here is some piece of sample code you can use.

    In interface :

    //IBOutlet UIImageView *image;
    UIImagePickerController *imgPicker;
    IBOutlet UIImageView *imageview;
    

    Then in viewDidLoad :

    self.imgPicker = [[UIImagePickerController alloc] init];
    self.imgPicker.allowsImageEditing = YES;
    //self.imgPicker.delegate = self;
    self.imgPicker.sourceType = UIImagePickerControllerSourceTypeSavedPhotosAlbum;
    //imgarry = [[NSArray alloc]initWithObjects:@"terms.png",@"change-profile.png",nil];
    UIImage* img = [UIImage imageNamed:@""];
    UIImageWriteToSavedPhotosAlbum(img,nil,nil,nil);
    

    Then in buttonClick :

    UIImagePickerController *picker = [[UIImagePickerController alloc]init];
    imgPicker.delegate = self;
    imgPicker.sourceType = UIImagePickerControllerSourceTypeSavedPhotosAlbum;
    [self presentModalViewController:imgPicker animated:YES];
    [imgPicker release];
    

    This is how i achieve this, don’t forget to set @property and @synthesis for image-view and UIImagePicker.

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

Sidebar

Related Questions

I have implemented a Three20 Image Gallery into my App. I want to change
I have a requirement in that I want to implement an image gallery with
I want to implement something like Iphone Photo Gallery... How to slide images by
In my application i have Implement to take image from Gallery. In that gallery
I want to implement a picker that will have only 2 part. consider the
I have a simple image gallery that I've paginated, and I want to to
Hi I want to implement a very simple game on iphone. I have a
i want to implement an iPhone scroll view like the iad scroller inside the
I want to build a simple image gallery with jQuery. I have a lot
I use jQuery colorbox plugin when displaying images from gallery. So, when i have

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.