Skip to content
This repository has been archived by the owner on Mar 24, 2023. It is now read-only.

Zh-hans translation of launch options article. #278

Merged
merged 6 commits into from Apr 23, 2015

Conversation

croath
Copy link
Contributor

@croath croath commented Apr 22, 2015

No description provided.


应用生命周期管理?URL 路由?通知?Core Data 咒语?各种三方 SDK 的初始化?一些似乎放在哪里都不合适的零散功能?统统丢进 `AppDelegate.m` 里吧!

对于很多开发者来说 `launchOptions` 参数就是类似于 Java 的 `main` 函数中 `String[] args` 的作用 —— 在构建应用时候一般是被忽略的。在其平淡的外表下,`launchOptions` 其实隐藏 iOS 应用启动时携带的大量核心信息。
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

“隐藏着” 吧。。

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

OK

@aprilnov
Copy link
Contributor

Review done~ ^ ^

AppDelegate 是 iOS 各种功能的集散中心。

应用生命周期管理?URL 路由?通知?Core Data 咒语?各种三方 SDK 的初始化?一些似乎放在哪里都不合适的零散功能?统统丢进 `AppDelegate.m` 里吧!

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

And of all of the crowded, over-loaded parts in AppDelegate, `-application:didFinishLaunchingWithOptions:` is the most congested of all.

少了一句

@croath
Copy link
Contributor Author

croath commented Apr 22, 2015

更新了!

@croath
Copy link
Contributor Author

croath commented Apr 23, 2015

还有问题么?

@aprilnov
Copy link
Contributor

nope

croath added a commit that referenced this pull request Apr 23, 2015
Zh-hans translation of launch options article.
@croath croath merged commit eec6a7f into NSHipster:zh-Hans Apr 23, 2015
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
3 participants