An open API service indexing awesome lists of open source software.

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"

Awesome Lists containing this project

README

          

[![Build](https://github.com/wibosco/AvoidingModal-Example/actions/workflows/swift.yml/badge.svg)](https://github.com/wibosco/AvoidingModal-Example/actions/workflows/swift.yml)
Swift
[![License](http://img.shields.io/badge/License-MIT-green.svg?style=flat)](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/