Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Leo authored Apr 27, 2017
1 parent 2cbf866 commit 54cbd8c
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 @@ -295,7 +295,7 @@ In me the tiger sniffs the rose.

* 思来想去,还是恢复了“黑”状态栏的样式。现在 LCActionSheet 实例将会在调用 `show` 方法时,新建一个 UIWindow 实例并 `makeKeyAndVisible`,然后把 LCActionSheet 实例添加到该 UIWindow 实例之上。之前的逻辑是直接把 LCActionSheet 实例添加到 AppDelegate 的 keyWindow 上面。

 显然的,现在状态栏将会被灰色背景一块“黑”掉。
显然的,现在状态栏将会被灰色背景一块“黑”掉。

* 新增下列方法,`didDismiss` 回调能很方便地满足在 LCActionSheet hide 时,需要在原 keyWindow 上操作的需求:

Expand Down

0 comments on commit 54cbd8c

Please sign in to comment.