Saúl Moreno Abril

Results 17 comments of Saúl Moreno Abril

You can use my fork. If you have some problem the last option which always works, is to adde it as submodule adding all files to your project.

Hi @dcubebusiness, @pacoyang and I are using my fork, "https://github.com/asam139/ARVideoKit.git". The simple way is to add as submodule in your repository and to add all files in your project. I...

I have checked it, and with these changes component is deallocated. https://github.com/AFathi/ARVideoKit/pull/82

I have just resolved using the version 0.40.3 of SwiftLint and adding the line `unset SDKROOT` at the beginning.

Same problem using 12.4. It is interesting because if I clean the output directory it works very well, but after the first xccoarchive files/directories are created the next time some...

Please recently SPM is becoming more and more popular 🙏

If you invert the mask the image is not cutout. Any help please?

@AdamWorld This should help you :) ``` - (UIViewController *)tcMaskViewWillPushViewControllerWithMask:(TCMask *)mask image:(UIImage *)image { // Broken on TinyCrayon 5.0.1 //TCMask *invertedMask = [mask inverted]; NSMutableArray *newData = [NSMutableArray arrayWithCapacity:mask.data.count]; for...