`toolbarMinimizeBehavior(_:for:)`
Nobody has claimed this yet.
- Dominant language
- Swift
- Stars
- 330
- Forks
- 76
- Avg merge
- 3h 6m
- Merged PRs (30d)
- 1
Description
https://developer.apple.com/documentation/SwiftUI/View/toolbarMinimizeBehavior(_:for:)
Use this modifier to enable toolbar minimization in response to scrolling. The supported placement is navigationBar. When the navigation bar minimizes, an integrated top tab bar will also minimize.
By default, the safe area adjusts as the navigation bar minimizes. Use toolbarMinimizationSafeAreaAdjustment(_:for:) to customize this.
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start by reading the linked Apple documentation for toolbarMinimizeBehavior(:for:) and its related toolbarMinimizationSafeAreaAdjustment(:for:) modifier. Locate the existing toolbar modifier implementation and tests in skip-ui; done means the navigationBar placement supports toolbar minimization during scrolling and the safe-area behavior matches the documented defaults.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- swift
- Domain
- mobile
- Issue type
- Feature
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Quiet
- Clarity
- Needs clarification
- Newbie friendliness
- 45/100