Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/crafterm/swiftui-app-switcher
- Owner: crafterm
- License: mit
- Created: 2020-09-17T12:23:33.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2020-09-17T12:24:00.000Z (over 4 years ago)
- Last Synced: 2024-08-03T17:20:40.064Z (6 months ago)
- Language: Swift
- Size: 2.25 MB
- Stars: 66
- Watchers: 4
- Forks: 5
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
- fucking-open-source-ios-apps - App Switcher
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