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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 26, 20262026-05-26T14:58:49+00:00 2026-05-26T14:58:49+00:00

I have created an application using the new Twitter framework in iOS 5, however

  • 0

I have created an application using the new Twitter framework in iOS 5, however I am struggling to add a feature to allow my users to add a photograph from the camera roll / take with camera.

Can anyone point me in the right direction? Obviously I know I can use;

[tweetSheet addImage:[UIImage imageNamed:@"myImage.png"]];

to add an image, but that is direct from the bundle as opposed to bringing up the devices camera roll. I have tried messing around with UIImagePickerController but I cant get it functioning so not sure if I am barking up the wrong tree or if there is a set method in the Twitter framework for this?

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-26T14:58:50+00:00Added an answer on May 26, 2026 at 2:58 pm

    You can access the camera roll with the

    UIImagePickerController which is the stock iOS object for this.

    Then when you implement the delegate method

    - (void)imagePickerController:(UIImagePickerController *)picker didFinishPickingMediaWithInfo:(NSDictionary *)info
    {
        NSLog(@"picker info - %@",info);
        [self dismissPopoverAnimated:YES];
        NSURL *url = [info objectForKey:UIImagePickerControllerReferenceURL];
        //do something with the URL
    }
    

    As the url is an asset URL rather than an absolute path.

    You can use the info in this answer display image from URL retrieved from ALAsset in iPhone to access the hires image.

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

Sidebar

Related Questions

I am new to flex framework. I have created an application using flex framework
We have created a web application, using ASP.NET, that allows users to upload documents
I am new to iPhone development.I have created an application using UITableViewCellAccessoryDisclosureIndicator . I
I'm new to Servlet containers and have created a web application using Tomcat 6.0.26.
I have created application using: Default Web Site >> Right Click >> Add Application
I am new to iphone development, i have created sms application using Text Links(sms:)
I have created an asp.net application using Entity Framework. In this I want to
I am using the webapplicationbuilder class to create a new web application and have
I have created an application using Adobe Flex. I took all the files from
I have created a small application using Microsoft .NET. I don't have problems with

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.