I've learned to directly look at header files with apple code now-a-days. And AVFoundation on iOS has a similar sparseness of documentation and community. Also when you actually work with the code, you find out it's extremely fragile.
This is why you want to be able to see source code in your libraries, you can solve these kinds of problems a lot better.
Comments
I've learned to directly look at header files with apple code now-a-days. And AVFoundation on iOS has a similar sparseness of documentation and community. Also when you actually work with the code, you find out it's extremely fragile.
This is why you want to be able to see source code in your libraries, you can solve these kinds of problems a lot better.
This is a good tip that I do more and more.