Lision

Results 8 comments of 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. ![makeframecode](https://user-images.githubusercontent.com/13974049/34550439-d43b64c4-f14b-11e7-8ad6-48714ba5d29e.jpg) ![makeframeresult](https://user-images.githubusercontent.com/13974049/34550440-d6b0d978-f14b-11e7-8637-d936f2fab2ae.jpg)

@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 *`...