From b0c6608c0e570b9842179575693a65f4b467c6e3 Mon Sep 17 00:00:00 2001 From: chenyilong Date: Fri, 20 May 2016 23:45:16 +0800 Subject: [PATCH] add social link --- README.md | 12 ++++++++---- 1 file changed, 8 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 730b8a5..2314efb 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,6 @@ # iOS9AdaptationTips(iOS9开发学习交流群:561873398) - +

[![https://twitter.com/stevechen1010](https://img.shields.io/twitter/url/http/shields.io.svg?style=social&maxAge=2592000)](https://twitter.com/stevechen1010)[![bitHound](http://i67.tinypic.com/wbulbr.jpg)](http://weibo.com/luohanchenyilong) + iOS9适配系列教程【中文在[页面下方](https://github.com/ChenYilong/iOS9AdaptationTips#1-demo1_ios9网络适配_ats改用更安全的https)】 (截至2016年4月17日共有12篇,后续还将持续更新。更多iOS开发干货,欢迎关注 [微博@iOS程序犭袁](http://weibo.com/luohanchenyilong/) ) @@ -1832,9 +1833,11 @@ bottomlayoutguide 替换成 mas_bottomlayoutguide } ``` - 意思就是说不要调用我自己 `application.rootViewController(navigationController)` 的 `preferredStatusBarStyle` 方法,去调用`childViewControllerForStatusBarStyle` 回传的 UIViewController 的 `preferredStatusBarStyle`。这裡回传 self.topViewController 就可以保证当前显示的 viewController 的 `preferredStatusBarStyle` 会被系统调用且正确的显示。 + 意思就是说不要调用我自己 `application.rootViewController(navigationController)` 的 `preferredStatusBarStyle` 方法,去调用`childViewControllerForStatusBarStyle` 回传的 UIViewController 的 `preferredStatusBarStyle`。这里回传 self.topViewController 就可以保证当前显示的 viewController 的 `preferredStatusBarStyle` 会被系统调用且正确的显示。 -参考链接: [preferredStatusBarStyle isn't called--For anyone using a UINavigationController:](http://stackoverflow.com/a/19513714/3395008) +参考链接: + 1. [preferredStatusBarStyle isn't called--For anyone using a UINavigationController:](http://stackoverflow.com/a/19513714/3395008) + 2. [ ***How to hide iOS status bar*** ](http://stackoverflow.com/a/18980833/3395008) ### Xcode7 在 debug 状态下也生成 .dSYM 文件引起的警告 @@ -2109,4 +2112,5 @@ iOS9 里面用到 tableView 突然跑出来了很多 cell 的分割线, 但是 Posted by [微博@iOS程序犭袁](http://weibo.com/luohanchenyilong/) 原创文章,版权声明:自由转载-非商用-非衍生-保持署名 | [Creative Commons BY-NC-ND 3.0](http://creativecommons.org/licenses/by-nc-nd/3.0/deed.zh) - + +

\ No newline at end of file