CXTretar

Results 8 issues of CXTretar

the effect is like this. ![click](https://cloud.githubusercontent.com/assets/17959278/26613231/58aa470e-45ec-11e7-8db0-9881deae0eae.gif)

我想添加一个删除的操作,但是已删除刷新就滚到了第一页, 能做到刷新之后是相邻页面么?

当浏览器访问带有iframe内嵌网页的网址时,怎么通过如何注入JS修改内嵌网页的样式呢,例如这个界面 ![1534904114932](https://user-images.githubusercontent.com/17959278/44438992-5024ea80-a5f4-11e8-828b-00c08a4073ec.jpg) 护眼模式的样式只能更改导航栏部分,不能更改内容区域。

enhancement

同一个文件首次下载完成后就不能重新下载, 假如获取不到下载文件的大小就无法判断是否完成下载, 下载速度不知道怎么计算.

When I scroll webview, it shows like this: ![simulator screen shot 2017 6 16 9 33 24](https://user-images.githubusercontent.com/17959278/27208299-82617648-5277-11e7-87e6-e8784abe6978.png) ![default](https://user-images.githubusercontent.com/17959278/27208344-b5989e7e-5277-11e7-9b53-25d8de23f2d5.gif) Any ideas how to solve this?

I have the same question. #399 When I use `currentSnapshotUserReportedExceptionHandler` like this, KSCrash generates two reports everytime. ``` KSCrash *handler = [KSCrash sharedInstance]; NSSetUncaughtExceptionHandler(handler.currentSnapshotUserReportedExceptionHandler); ```