Reputation: 206
I am using UIPickerView controller for displaying the camera on iphone screen for click event of button. I want to add one button Draw Line on the camera screen and also i want to add an event with that Draw Line Button means if i will click on Draw Line button a one line will be draw on the screen of camera. So pls reply me is it possible? and if yes then pls give me your reply with some examples or links.
Upvotes: 0
Views: 216
Reputation: 17478
This would be possible. You can achieve this with cameraOverlayView
in UIImagePickerController.
Upvotes: 1