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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 7, 20262026-06-07T17:31:44+00:00 2026-06-07T17:31:44+00:00

Possible Duplicate: How should I store UIImages within my Core Data database? I decided

  • 0

Possible Duplicate:
How should I store UIImages within my Core Data database?

I decided to save my images in Core Data as opposed to saving them on the disk. I looked at Apple’s sample code called Locations. However, that code target iOS 4, I seen another Stack Overflow post that this changed in iOS 5.

I’ve read about the allows external storage, and i’m saving the image as binary data in my core data model.

The below code retrieves an image from core data, I found this online. However, I can not find any tutorials on how to save the image to core data in binary format, or any tutorials on working with core data and iOS 5 with images.

NSData *savedBinaryData = entity.smallImage;
self.smallImage.image = [UIImage imageWithData:savedBinaryData];
  • 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-07T17:31:47+00:00Added an answer on June 7, 2026 at 5:31 pm

    You can get the binary data from a UIImage by using UIImagePNGRepresentation(UIImage* image) and then just save the NSData in core data.

    So you could just do something like:

    [object setSmallImage: UIImagePNGRepresentation(image)];
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

Possible Duplicate: How should be kept as HTML tags in database? I will store
Possible Duplicate: Should I store DateTimes as a Long (Ticks) in a database? It
Possible Duplicate: Storing Images in DB - Yea or Nay? Images in database vs
Possible Duplicate: Storing Images in DB - Yea or Nay? I need to store
Possible Duplicate: How should I store GUID in MySQL tables? Hello, To represent a
Possible Duplicate: Where and how should I save license related information? I create a
Possible Duplicate: What type should I store IP addresses for MySQL? One single datatype
Possible Duplicate: How or where should I store object instances that I require globally
Possible Duplicate: Should I use != or <> for not equal in TSQL? Behavior
Possible Duplicate: Should Usings be inside or outside the namespace sa1200 All using directives

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.