https://github.com/wibosco/avoidingmodal-example
An example project to show how for on-boarding sections of our apps we can avoid using modal viewcontrllers as "walls"
https://github.com/wibosco/avoidingmodal-example
modal navigationstack swift uinavigationcontroller viewcontroller wall
Last synced: about 2 months ago
JSON representation
An example project to show how for on-boarding sections of our apps we can avoid using modal viewcontrllers as "walls"
- Host: GitHub
- URL: https://github.com/wibosco/avoidingmodal-example
- Owner: wibosco
- License: mit
- Created: 2016-12-22T15:43:25.000Z (over 9 years ago)
- Default Branch: main
- Last Pushed: 2026-03-13T23:53:03.000Z (5 months ago)
- Last Synced: 2026-03-14T08:30:32.928Z (5 months ago)
- Topics: modal, navigationstack, swift, uinavigationcontroller, viewcontroller, wall
- Language: Swift
- Homepage: https://williamboles.com/avoiding-modal-transitions-by-thinking-horizontally/
- Size: 32.2 KB
- Stars: 2
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
[](https://github.com/wibosco/AvoidingModal-Example/actions/workflows/swift.yml)
[](https://github.com/wibosco/AvoidingModal-Example/blob/main/LICENSE)
# AvoidingModal-Example
An example project to show how we can use "gates" to control moving between navigation flows, as shown in this post - https://williamboles.com/closing-the-gate-when-the-user-walks-through/