Dmitry Tsurkan
Dmitry Tsurkan
is there any options that can make this app more faster?
I found out [this one tutorial](https://www.objc.io/issues/21-camera-and-photos/camera-capture-on-ios/). It uses AVCaptureMetadataOutput() instead of CIDetector, and it works faster on the device. But of course it's without any drawing content, only detecting face.
Well, I have already done an app based on that subject (avcapturemetadata). In wich way it will be the best to provide it for you? I am not sure about...
Here you go. This is the sample that i used in my project to detect face… It only could detect face, and it stops the session when it detects one....
Need some help here! Author, please =)
Here is how I had accomplished this task... 1. Add a protocol to the top of SWSegmentedControl.swift file: ``` public protocol SWSegmentedControlDelegate { func segmentControl(_segmentControl: SWSegmentedControl, didSelectSegmentAt index: Int) }...
Facing this issue in the 4.1.5 version It looks like for some reason I can't access images from this pod bundle I can see images in a Project Navigator, but...
Also want to know which version to use! pod 'UberRides' gives you 0.11 I was able to install 0.12 after adding [PodspecShared.rb, UberCore.podspec, UberRides.podspec] from the Examples, but I am...