From ec2f8675e5ba23247a9d1e5c54954b0554b14fe6 Mon Sep 17 00:00:00 2001 From: Michael Gangolf Date: Tue, 18 Aug 2020 16:55:49 +0200 Subject: [PATCH] docs(api): fix Ti.UI.Window.extendSafeArea default value text (#11924) --- apidoc/Titanium/UI/Window.yml | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/apidoc/Titanium/UI/Window.yml b/apidoc/Titanium/UI/Window.yml index 67629942008..9e90d5e4489 100644 --- a/apidoc/Titanium/UI/Window.yml +++ b/apidoc/Titanium/UI/Window.yml @@ -923,7 +923,7 @@ properties: Read more about the safe-area layout-guide in the [Human Interface Guidelines](https://developer.apple.com/ios/human-interface-guidelines/overview/iphone-x/). platforms: [android, iphone, ipad] type: Boolean - default: {android: false, ios: true} + default: `false` on Android, `true` on iOS. since: {android: "7.5.0", iphone: "6.3.0", ipad: "6.3.0"} availability: creation osver: {android: {min: "4.4"}} @@ -1025,11 +1025,11 @@ properties: - name: hidesSearchBarWhenScrolling summary: A Boolean value indicating whether the integrated search bar is hidden when scrolling any underlying content. description: | - When the value of this property is true, the search bar is visible only when the scroll position - equals the top of your content view. When the user scrolls down, the search bar collapses into - the navigation bar. Scrolling back to the top reveals the search bar again. When the value of - this property is false, the search bar remains regardless of the current scroll position. - You must set or + When the value of this property is true, the search bar is visible only when the scroll position + equals the top of your content view. When the user scrolls down, the search bar collapses into + the navigation bar. Scrolling back to the top reveals the search bar again. When the value of + this property is false, the search bar remains regardless of the current scroll position. + You must set or property for this property to have any effect. default: true type: Boolean