Tag: UIImagePicker
-
How to Use UIImagePickerController for a Camera and Photo Library in Swift 3.0.
Almost every iPhone and iPad now has a camera. Many people want to use a camera in their apps for various reasons. While you may not be building the next Instagram or Twitter, there are many places where photo documentation comes in handy. There are two ways to use the camera. The more powerful and […]
-
How to Make Xib-Based Custom UIImagePickerController Cameras in Swift
Apps with Cameras are cool. Most of us do not have the time to spend writing the code to use AVFoundation to get a camera app. For most uses, the UIImagePickerController is a much better option for a camera. While a handy camera API, it is often limited in its out of the box incarnation. […]
-
Swift Swift: Using the UIImagePickerController for a Camera and Photo Library.
[Updated to Swift 2.0/iOS9 09/29/2015 SJL] Almost every iPhone and iPad now has a camera. Many people want to use a camera in their apps for various reasons. While you may not be building the next Instagram or Twitter, there are many places where photo documentation comes in handy. There are two ways to use […]