-
Notifications
You must be signed in to change notification settings - Fork 199
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Does zipzap support progress callback? #59
Comments
We currently don't report progress, as zipzap is a synchronous API. It doesn't use threads or other asynchronous methods beneath the surface, and all work is done when the call returns. This generally makes it easier to reason about. That being said, the API will work from a different, non-UI thread provided the objects are created and used in that thread. Thus it does make sense to implement a progress callback -- did you only want a callback for |
I can’t limit the usage only for iOS 7 and OS X 10.9 now, Do you have a plan that make thing done? Best Regards, Kevin Chen On Apr 4, 2014, at 1:56 PM, Glen Low [email protected] wrote:
|
I had a good look at If you cannot limit usage to iOS 7 and OS X 10.9, you can write a minimal |
@pixelglow do you have any recommendations/best practices for reading (extracting) a Obviously I could just use GCD. Just wondering your thoughts. |
@RLovelett please raise a new issue for this, thanks. |
@pixelglow , have you already implemented the progress callback now? |
@pixelglow Also wondering if NSProgress is implemented? I didn't see it in the API. |
…dents to develop * commit '06b0cacf74aba4da571aac030fe9b554cb9d1dba': Fixes potential crash with empty footnotes Replaces anchor inset with content inset Changes indentation of footnotes Updates older test cases with new RKImageAttachment method
Hey guys,
Does zipzap or will support the progress callback via delegate, block or something?
It would be OK for UI
Thanks
The text was updated successfully, but these errors were encountered: