Ammar
Results
1
comments of
Ammar
You can add a convenience initializer as follows; convenience init(_ sourceType : UIImagePickerControllerSourceType) { self.init() _imagePickerController.sourceType = sourceType }