CB-11830 (iOS) Fix doc typos in PR#114
Project: http://git-wip-us.apache.org/repos/asf/cordova-plugin-splashscreen/repo Commit: http://git-wip-us.apache.org/repos/asf/cordova-plugin-splashscreen/commit/5a1ade61 Tree: http://git-wip-us.apache.org/repos/asf/cordova-plugin-splashscreen/tree/5a1ade61 Diff: http://git-wip-us.apache.org/repos/asf/cordova-plugin-splashscreen/diff/5a1ade61 Branch: refs/heads/4.0.x Commit: 5a1ade6114875ff909fae65b5ac6aeaa7aefcef6 Parents: 62509f6 Author: Kerri Shotts <[email protected]> Authored: Thu Sep 29 12:03:57 2016 -0500 Committer: Kerri Shotts <[email protected]> Committed: Thu Sep 29 12:06:07 2016 -0500 ---------------------------------------------------------------------- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/cordova-plugin-splashscreen/blob/5a1ade61/README.md ---------------------------------------------------------------------- diff --git a/README.md b/README.md index 1add456..f7eaee5 100644 --- a/README.md +++ b/README.md @@ -59,9 +59,9 @@ There are two mechanisms for displaying a launch screen on iOS: 2. Launch storyboard images: Images are sized based on scale, idiom, and size classes. Supports all devices, and can be used with split-screen/slide-over multitasking. -Apple is moving away from legacy launch images. There is no official support for providing a native-resolution launch image for the iPad pro 12.9 or for providing launch images that work with split-screen multitasking or slide-over. If your app doesn't need to support these contexts, then you can continue to use legacy launch images for as long as you like. +Apple is moving away from legacy launch images. There is no official support for providing a native-resolution launch image for the iPad Pro 12.9 or for providing launch images that work with split-screen multitasking or slide-over. If your app doesn't need to support these contexts, then you can continue to use legacy launch images for as long as you like. -The preferred method of providing launch images is to use a launch storyboard. For native app developers, the ideal launch storyboard is an unpopulated version of the app's user interface at launch. For non-native app developers who don't wish to learn interface builder, however, this plugin simulates the legacy launch image method as much as is feasible. +The preferred method of providing launch images is to use a launch storyboard. For native app developers, the ideal launch storyboard is an unpopulated version of the app's user interface at launch. For non-native app developers who don't wish to learn Interface Builder, however, this plugin simulates the legacy launch image method as much as is feasible. #### Legacy launch images --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
