-4

I have an iOS app with a list of objects. Each object has some properties such as title, date, etc.. and one of the properties is a UIImage.
User can add image from gallery or take photo from camera.
How can I realize it? I don't have any ideas about it :(

Blachshma
  • 17,097
  • 4
  • 58
  • 72
Eugene Trapeznikov
  • 3,220
  • 6
  • 47
  • 74

3 Answers3

1

This will get you started: http://www.bignerdranch.com/book/ios_programming_the_big_nerd_ranch_guide_nd_edition_

Ruben Müller
  • 471
  • 2
  • 4
0

Here you can Take Photo or Choose From Library.

https://github.com/fulldecent/FDTake

William Entriken
  • 37,208
  • 23
  • 149
  • 195
  • You posted links to your project five times in a short period of time, and either were not answering the question or failed to disclose your authorship of the project. Note that self-promotion can be a touchy subject here; Stack Overflow isn't really here for you to promote your project in this way. – Andrew Barber Oct 17 '12 at 20:56
  • I understand that you want to have people use your open source library, but don't just post a link to it across many questions. You need to craft answers that provide at least a little explanation of what it is and how it can address the specific problem at hand. Several of your answers had nothing to do with what was being asked, so I had to remove those. The community responds poorly to anything that even remotely resembles spam, so you'll want to be careful in your promotion of this project. – Brad Larson Oct 17 '12 at 21:05
  • I thought having a username in the URL was clear, but I'll be more explicit in the future to avoid confusion. This project (more like a snippet) is a long winded response to a question originally from SO, I'll keep it relevant and informative when posting. Thanks for the heads up. – William Entriken Oct 18 '12 at 02:39
0

If somebody interesting in this question - http://www.icodeblog.com/2009/07/28/getting-images-from-the-iphone-photo-library-or-camera-using-uiimagepickercontroller/ You can add photoes from gallery or from camera

Eugene Trapeznikov
  • 3,220
  • 6
  • 47
  • 74