Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/crafterm/swiftui-app-switcher

Experimental SwiftUI build of the iOS app switcher
https://github.com/crafterm/swiftui-app-switcher

Last synced: 2 months ago
JSON representation

Experimental SwiftUI build of the iOS app switcher

Awesome Lists containing this project

README

        

## SwiftUI - iOS App Switcher

This project is an approximation of the iOS app switcher UI experience, built with SwiftUI.

The following interactions are supported:

* Initial blurred state exposing part of the app switcher along the leading edge of the screen, with
continued dragging revealing app views in a side by side layout, scaling in size as the height of
the drag changes.
* Overlapping layout with horizontal panning shifting views from the left to the right in an
accelerated fashion.

To view, open the project in Xcode 12+ and build/run or preview HomeScreen.swift, tap & drag up from the
dock. Enjoy.

@crafterm