Skip to content

Commit

Permalink
Merge branch 'master' of https://github.com/CoderZhuXH/XHLaunchAd
Browse files Browse the repository at this point in the history
  • Loading branch information
CoderZhuXH committed Nov 23, 2017
2 parents 78c6f86 + c6a0490 commit 913d015
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -644,7 +644,7 @@ configuration.customSkipView = [self customSkipView];

#### 3.为什么有时候我会卡在启动广告页面不动(偶现)?
* 此情况多出现在网络环境差时,请检查你程序启动时,有没有掉用同步方法或同步请求,(例如:环信SDK同步登录等),
* XHLaunchAd采用GCD定时器,不受主线程阻塞影响,但是GCD倒计时到后,广告移除实在主线程中进行的.
* XHLaunchAd采用GCD定时器,不受主线程阻塞影响,但更新UI是在主线程中进行的.


## 依赖
Expand Down

0 comments on commit 913d015

Please sign in to comment.