You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Again, great package! This might just be a clarification, but as I'm trying to figure out why my delegate doesn't work, I'm noticing a few things I don't entirely understand that might help me figure it out.
I've created a custom class so I can register a delegate. I've used the FileManagerDelegate example as a template for my own.
Your readme mentions:
Note: You might have to specify individual offsets in the type encoding, see this example.
I'd love to know what you mean by this, and what it means for how I define my delegate.
For reference, I'm creating a delegate for AVCaptureVideoDataOutputSampleBufferDelegate. One thing I noted is the use of the term 'c40' for the return value of the FileManagerDelegate example, which is a bool. I assume this means bool and char are the same, but not sure what the 40 is for.
This may not be my problem, but it might be nice to have this be clearer in the docs.
Again, great package! This might just be a clarification, but as I'm trying to figure out why my delegate doesn't work, I'm noticing a few things I don't entirely understand that might help me figure it out.
I've created a custom class so I can register a delegate. I've used the FileManagerDelegate example as a template for my own.
Your readme mentions:
Note: You might have to specify individual offsets in the type encoding, see this example.
I'd love to know what you mean by this, and what it means for how I define my delegate.
For reference, I'm creating a delegate for
AVCaptureVideoDataOutputSampleBufferDelegate
. One thing I noted is the use of the term 'c40' for the return value of the FileManagerDelegate example, which is a bool. I assume this means bool and char are the same, but not sure what the 40 is for.This may not be my problem, but it might be nice to have this be clearer in the docs.
The text was updated successfully, but these errors were encountered: