Wu Zhong

Results 70 comments of Wu Zhong

如果是`iframe`是同域的话,针对每个`iframe`添加`MutationObserver`,然后做出对应的`Style`即可。 如果不是同域,上面的方法行不通,只能使用`-webkit-filter`应用到`html` `tag`上,简单的实现夜间模式或护眼模式。

@CXTretar 嗯,这个功能确实需要优化,所以我重新打开会比较好哈。

@black1997 由于没有添加URL白名单导致的,`master`已经加上了。

@black1997 这就得看qq返回的接口进行自定义处理了~

你好,没有`url`来`debug`的话很难判断问题,我提供一下思路吧: 1. 先看一下`UIWebViewDelegate`的几个委托方法的回调情况,比如`request`正常发出、没有出现`fail`,且调用了`finishLoad`方法. 2. 如果如上都正常,那就`Debug`一下`UI`层级吧,或者`LLDB` `po` 一下`webView.subviews`看一下有是不是确实没有子视图。

@Chosting163 ,网站引入的`js`未处理异常,没拿到`User-Agent`,导致`js`解释报错,从而界面未渲染。解决方法,请求时或者全局加一个`User-Agent`。

Yep, you can just add frame set when `index < shitIdx-2`,like [add frame calculate](https://github.com/MillmanY/MMCardView/pull/3/commits/93d9d972d7c2051b79d729abbfe82640da40240c)

By Instruments,I found the reason of frame drop is not attribute generate(ps. we can cache the attribute object,other than create new attribute object every layout loop),but offscreen-Rendered: ``` self.layer.shadowOffset =...

Screenshot below, you can set the cell radiusCorner to some large value to see the effects. ![img_4576](https://cloud.githubusercontent.com/assets/5061845/20590239/ede59e14-b25c-11e6-8a0b-8b4ffede20bf.png)

@MillmanY ,with your fix, new problem appeared, you can scroll down to the bottom,and then click any cell ,you can see the problem,the front cell would blink.