dwyl / dwyl/learn-ios-development
Progressive Disclosure of Complexity
- Dominant language
- Swift
- Stars
- 3
- Forks
- 0
- PR merge metrics
- No merged PRs in 30d
Description
Progressive disclosure is an [interaction design](https://en.wikipedia.org/wiki/Interaction_design) pattern used to make applications easier to learn and less error-prone. It does so by deferring some advanced or rarely-used features to a secondary screenand designing workflows where information is revealed when it becomes relevant to the current task.
https://en.wikipedia.org/wiki/Progressive_disclosure
On Progressive Disclosure in Swift - Doug Gregor - Swift Craft 2025 Keynote Preview: https://youtu.be/CRtyWqwLM3M
Recommended reading: https://www.nngroup.com/articles/progressive-disclosure
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.