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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 11, 20262026-06-11T00:02:49+00:00 2026-06-11T00:02:49+00:00

Hi i am new to the iOS. I wish to implement photo editing functionality

  • 0

Hi i am new to the iOS.

I wish to implement photo editing functionality in my app. that photo will be retrieve from iPhone photo library. I tried to place the photo in UIImageView. but i did not get better result. UIImageview does not show the photo as its being in photo album. there is lots of resolution and quality is missing.

If i want to show photo with original resolution and quality as its being in photo album. what are steps i need to follow. if any one knows please guide me right way.

    editingPhotoContainerIMV = [[UIImageView alloc]initWithFrame:CGRectMake(0, 0, 320, self.view.frame.size.height)];
    [editingPhotoContainerIMV setContentMode:UIViewContentModeScaleAspectFit];
  • 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-06-11T00:02:50+00:00Added an answer on June 11, 2026 at 12:02 am

    If the problem is you are on a Retina device, when you load your UIImage, you should be using:

    UIImage *photoImage = [UIImage imageWithCGImage:(CGImageRef)imageRef scale:2 orientation: UIImageOrientationUp];
    

    EDIT: Assuming the problem IS with Retina devices, then you need to get a CGImageRef. If you already have the UIImage, then you can replace ‘imageRef’ above with ‘myUIimage.CGImage’. If not, if he image is in a file, then you can use UIImage’s initWithContentsOfFile – look at the UIImage class reference. The key is to get the CGImage out of the UIImage, then get a new image with a scale factor of 2. The only way iOS lets you do that is with the method I showed up top.

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

Sidebar

Related Questions

I'm a new iOS programming and I'm developing a simple iPhone game that needs
A new iOS ViewControllers created from a template contains several boilerplate methods that call
I'm starting to create a new iOS app, which pull and push data from
The new iOS Human Interface Guidelines states that we should upload an 1024x1024 app
I'm new IOS and XCode. I added some bottuns to my IPhone app and
A new iPhone will be soon out there along a new iOS release. Sooner
I'm new in iOS development, and met this library linking problem in last few
I am porting an app that I originally wrote using the accelerometer for IOS
The new iOS websocket library, SocketRocket , looks really awesome, and the chat example
I've created an app using the new iOS 5 Utility app template. Since the

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.