David Hoerl
David Hoerl
I'm modifying this project as well, to use with a TabBarController. I would say that you need to spend a half day - use the demo project and add lots...
It's just like using libjpeg, but it runs faster due to neon acceleration. You should be able to find examples of projects using that one. I have photoscrollernetwork on github,...
I suggest the following instead of directly comparing floating values: CGFloat divideByZeroOffset = fabs(contentSize.height - collectionViewFrame.size.height) < 1.0 ? 1.0f : 0.0f; CGFloat divideByZeroOffset = fabs(contentSize.width - collectionViewFrame.size.width) ? 1.0f...
I just contacted DRC. The plan is for me to figure out the appropriate shell command, and supply it to him (the command to build the bitcode file). He won't...
Just give me a heads up - its going to take me a few hours to get the repo back into good shape.
I hadn't gotten around to it, but trying now. There is a new compile flag one must use - however the source is now on git, so much work to...
The good news is that I have the project building again from the github source. It appears that all that is needed for libraries is an additional flag to get...
NEON code does not generate bitcode, so its impossible to get a bitcode architecture from it.
Since I did that filter, to make it build for ARM64, the original source was updated so that this is not really needed anymore. I don't plan to update it...
You do NOT need to use this project to get libjpeg-turbo for iOS. You can use the installer provided for libjpeg-turbo on that libraries' site - it has the iOS...