Abdoulaye Siby

Results 19 comments of Abdoulaye Siby

Wouldn't it be easier to implement MZDownloadManagerDelegate after recreating the view controller? That way, you will receive all the updates from all the active downloads.

I am simply detaching the delegate when I am moving away from the corresponding viewControllers, then I am re-attaching them when the app navigates back to it. Also, I would...

I will check my code and share it here. On Wed, Sep 20, 2017 at 5:13 AM, York Lee wrote: > hi @asiby > Could you please show us how...

I will try. But it was a very long time ago. I'm try to find the code I wrote back then if I still have it. On Fri., May 31,...

Hi guys. Bad news. I couldn't find the code I had originally written. And I don't really have any time to rewrite it at this moment. Sorry guys.

Due to some of our needs, we are probably going to try hiding those labels and make it possible to pass a selector that will let you use the labels'...

IMHO, this is an application level requirement. One could wonder if the log is about a success or an error. That makes you think if you use log, then should...

I think that a 404 when retrieving a resource for your clients is a JSend `fail`. I see an error as something usually unexpected that could happen. For example, someone...

Thanks. I will make send them as soon as possible. On Mon, Nov 19, 2018 at 5:05 AM Eugene Maslovich wrote: > Hi, @asiby ! Thanks, your pull requests are...

I needed that today. The reason was because I wanted all the block calls to be handled by the same function. And that function needs to know about the source...