Skip to content

feat(ios): ListView iosSearchInsetBehavior for search content insets - #11327

Open
NathanWalker wants to merge 1 commit into
mainfrom
feat/listview-search-inset-behavior
Open

feat(ios): ListView iosSearchInsetBehavior for search content insets#11327
NathanWalker wants to merge 1 commit into
mainfrom
feat/listview-search-inset-behavior

Conversation

@NathanWalker

Copy link
Copy Markdown
Contributor

Adds an iOS-only iosSearchInsetBehavior property controlling the underlying UIScrollView's contentInsetAdjustmentBehavior when showSearch is enabled. When not set explicitly, it auto-detects: automatic when the search controller is hosted on navigationItem.searchController (so UIKit reserves space for the navigation bar / large title), and never when the search bar is the tableHeaderView (matching prior behavior).

Adds an iOS-only `iosSearchInsetBehavior` property controlling the underlying
UIScrollView's contentInsetAdjustmentBehavior when `showSearch` is enabled.
When not set explicitly, it auto-detects: `automatic` when the search
controller is hosted on navigationItem.searchController (so UIKit reserves
space for the navigation bar / large title), and `never` when the search bar
is the tableHeaderView (matching prior behavior).
@NathanWalker NathanWalker added this to the 9.1 milestone Aug 1, 2026
@nx-cloud

nx-cloud Bot commented Aug 1, 2026

Copy link
Copy Markdown

View your CI Pipeline Execution ↗ for commit 13a0722

Command Status Duration Result
nx test apps-automated -c=android ✅ Succeeded 3m 46s View ↗
nx run-many --target=test --configuration=ci --... ✅ Succeeded <1s View ↗

💡 Verify your cache is correct by running tasks in a sandbox. Read docs ↗


☁️ Nx Cloud last updated this comment at 2026-08-01 18:17:40 UTC

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant