Lision
Lision
> Hey, I'm getting this error when trying to add this project using carthage: > > *** Skipped building WKWebViewJavascriptBridge due to the error: > Dependency "WKWebViewJavascriptBridge" has no shared...
以目前的代码来看
- (void)_trimToFreeDiskSpace:(NSUInteger)targetFreeDiskSpace { if (targetFreeDiskSpace == 0) return; int64_t totalBytes = [_kv getItemsSize]; if (totalBytes
@jhurray I found the makeFrame bug.  
@jianmu297 你好,非常感谢,我可能会在下一版更新中加入相关的接口。 关于这个问题你可以先参考我写的如下 Demo 达到效果: ``` objc - (void)repeatAnimationForever { // this is your custom animation chain _aView.ls_moveX(100).ls_background([UIColor redColor]).ls_thenAfter(1).ls_moveX(-100).ls_background([UIColor yellowColor]).ls_animate(0.5); // the block recursive call repeatAnimationForever _aView.ls_theFinalCompletion(^{ [self repeatAnimationForever]; });...
@ccgus Emmmmm... Nope, I just fund the `sqlite3_column_blob` return type is `void *`, so I think there is no need to change it to `char *`...