Many image sharing apps available today from the App Store use a custom camera instead of the standard camera picker provided by Apple. Does anyone know any tutorials or tips for creating a custom camera?
|
|||
marked as duplicate by Mitch Wheat, Brian Roach, Moshe, Brad Larson♦, Jeremy Banks Nov 10 '11 at 19:50
This question has been asked before and already has an answer. If those answers do not fully address your question, please ask a new question.
12
|
Yes, create a UIImagePickerController from code, adjust its properties, add an overlay onto it, and with you controller, control whatever you want on that overlay : custom controls, overlaying images, etc... That gives something like this :
|
||||||||||||||||||
|
7
|
For image processing (regarding our discuss in the comments), you could take a look at this : http://code.google.com/p/simple-iphone-image-processing/ http://sourceforge.net/projects/photoshopframew/ https://github.com/esilverberg/ios-image-filters http://developer.apple.com/library/ios/#samplecode/QuartzDemo/Introduction/Intro.html http://cocoawithlove.com/2011/01/advanced-drawing-using-appkit.html |
'OBJECTIVE-C' 카테고리의 다른 글
[Objective-C] Property 정리[출처] [Objective-C] Property 정리 (0) | 2013.10.30 |
---|---|
[iOS] 스토리보드에서 코드를 이용한 View 전환에 관한 정리 (0) | 2013.10.25 |
[퍼옴]iOS: 카메라 기능 구현을 위한 UIImagePickerController Cook Book (0) | 2013.04.08 |
애니메이션 효과 주기 (0) | 2013.01.31 |
[퍼옴]멀티스레드의 메모리관리에 관한 팁. (0) | 2013.01.22 |