0

how can i implement the following:

I want an app that has a button which calls an iPhone native camera with my logo overplayed on it. and then after capturing the photo it saves it ti camera roll with the overplayed logo. Please help me .

rmaddy
  • 314,917
  • 42
  • 532
  • 579

1 Answers1

1

Open UIImagePickerController, add the logo to its view. Once the picture is taken overlay the logo upon it (see here how to do that). Then save this new image to the camera roll

Community
  • 1
  • 1
Andrey Chernukha
  • 21,488
  • 17
  • 97
  • 161