zzzworm
zzzworm
Thanks for the great job! When I test the expand and contract action, there some times, the expand not work well, sorry I did't capture the screen for a video....
I see comment on code: ` let shouldSave = doneCallback(id, nil) if shouldSave && !corruptedBecauseOfSeek { // TODO want to save file after streaming so we do not have to...
您好,我们项目中使用了您的库,感觉还是很好用的,不过我们发现YYWebImage(使用webp)在退后台后,对应的内存是不会释放的,主要原因是YYAnimatedImageView 注册了CADisply 回调,这个在程序退后台的时候也是会触发的,建议在 - (void)didEnterBackground:(NSNotification *)notification { [self stopAnimating]; ... } 同时注册willBecomeActive 回调 - (void)willBecomeActive:(NSNotification *)notification { [self startAnimating]; } 这样在退后台后,程序不在渲染webp,减少cpu和内存开销
we have some problem when we use YapDatabaseViewOptions, first time we set the view's options options.isPersistent = NO; and we find when we register the view,it is very slow(the view...
make the contact input can scroll horizontal, the demo modify to show this, if accept, revert the demo changes.
thanks your project!,we use it in our project,we add tiny mode and backgroudimage for the JSBadgeView, also make some propriety can modify by user. Could you consider add it to...
this lib seems just provider a decoder, how to encode smile using C? Can you give an example?