Posts

Showing posts with the label iOS Camera

What is iOS Camera

In this article we are reading about  “What is iOS Camera ” . Camera is a device which is used to take the images. In  iOS  UIImage PickerController class permits programmers to show the familiar Camera interface to their users and ask them to take a photo or shoot a video. The photos taken or the videos shot by the user with the UIImagePickerController class then become accessible to the programmer. The camera modes built directly into your iPhone, iPad, and iPod touch help you take the ideal photo or video. Swipe left or right on the camera screen to use the different modes. You can choose from photo, square, pano, video, time-lapse, and slo-mo. And on your iPhone 7 Plus and later, photos look better than ever thanks to the depth-of-field effect in Portrait mode. Step 1.  Create an View based application. Step 2.  Add a button in ViewController.xib and create IBAction for the button. Step 3.  Add an...