saurabh-360
Results
1
comments of
saurabh-360
You can change the WDImagePicker class's init method to take the source type as Camera ```swift override public init() { super.init() self.cropSize = CGSizeMake(320, 320) _imagePickerController = UIImagePickerController() _imagePickerController.delegate =...