Tj

Results 27 comments of Tj

I should mention that this happens when I use someFXLabel.text = @"some Text \n with a new line"

Hmmm...a big problem with making this work may be that there's just no notion of "index" in the current state of this repo, as all the delegate methods are based...

This issue seems to be one of three blockers for getting React Native compiling for Android 64-bit architectures. Would it be possible to provide any more insight or information on...

I can confirm that there is something odd going on with this flow, possibly with GPUImageRawDataOutput itself. Using the code he has above, with this flow: GPUImageMovie -> GPURawDataOutput ->...

I may have spoken too soon, looking into the issue further seems to show that it's a pixel format issue, I'm initializing my RawDataInput as "GL_RGB", which I'm thinking may...

Yes, I'm sorry that I've taken up some space here, my issue was that GPUImageRawDataOutput outputs in RGBA, and my GPUImageRawDataInput was marked as RGB. As soon as I converted...

I'm still working on cleaning this up, it's too much of a mess to give you a pull request, but here is the gist of the solution: You'll need some...

In case anyone is having the same issue with "FOUNDATION_EXPORT", which is what you should be using instead of extern, same problem. The FOUNDATION_EXPORT macro parses down to different types...

So far as we know, frameworks using that template can only run on iOS 8.