From 04855d65f83636508e0844e75956162ced86d5fe Mon Sep 17 00:00:00 2001 From: Milton Date: Fri, 4 Jan 2019 15:56:14 -0300 Subject: [PATCH] Update README.md Extend tutorial for hiding at startup. One does not need to directly change Xcode project to hide splash screen. It can be made through config.xml --- README.md | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/README.md b/README.md index 9018cd1..432531b 100644 --- a/README.md +++ b/README.md @@ -94,6 +94,20 @@ Add/edit these two attributes if not present. Set **"Status bar is initially hid UIViewControllerBasedStatusBarAppearance +Or in config.xml inside "platform" block: + + + + ... + + + + + + + + + Methods -------