diff --git a/README.md b/README.md index 14bf1d3..882308c 100644 --- a/README.md +++ b/README.md @@ -36,7 +36,9 @@ iOS9适配系列教程【中文在[页面下方](https://github.com/ChenYilong/i 3. [Xcode7 在 debug 状态下也生成 .dSYM 文件引起的警告](https://github.com/ChenYilong/iOS9AdaptationTips#xcode7-在-debug-状态下也生成-dsym-文件引起的警告) 4. [Xcode7 无法使用 8.x 系统的设备调试,一运行就报错 there is an intenal API error](https://github.com/ChenYilong/iOS9AdaptationTips#xcode7-无法使用-8x-系统的设备调试一运行就报错-there-is-an-intenal-api-error) 5. [使用了 HTML 的 iframe 元素可能导致无法从 Safari 跳转至 App](https://github.com/ChenYilong/iOS9AdaptationTips#使用了-html-的-iframe-元素可能导致无法从-safari-跳转至-app) - 4. [Demo5、Demo6--- 搜索 API](https://github.com/ChenYilong/iOS9AdaptationTips#9demo5demo6----搜索-api) + 9. [Demo5、Demo6--- 搜索 API](https://github.com/ChenYilong/iOS9AdaptationTips#9demo5demo6----搜索-api) + 10. [Xcode7 上传应用时提示 ITMS-90535 Unable to publish iOS app with xxx SDK 的问题](http://stackoverflow.com/questions/32622899/itms-90535-unable-to-publish-ios-app-with-latest-google-signin-sdk) + @@ -1514,7 +1516,9 @@ CGSize adjustedSize = CGSizeMake(ceilf(size.width), ceilf(size.height)); ```Objective-C -- (UIStatusBarStyle)preferredStatusBarStyle; - (UIViewController *)childViewControllerForStatusBarStyle; - (void)setNeedsStatusBarAppearanceUpdate +- (UIStatusBarStyle)preferredStatusBarStyle; +- (UIViewController *)childViewControllerForStatusBarStyle; +- (void)setNeedsStatusBarAppearanceUpdate ``` 比如,你想将状态栏设置为白色,就可以这样写: