Have fun splitting the bill.
It’s a work in progress, but DM me if you’re interested in this App.
For the technically curious - made with SwiftUI + TCA
Right: For the default ScrollView, the scroll indicator gets clipped because both the ScrollView and the content need to get clipped with the same shape such that the content always remains clipped(irrespective of the yOffset)
Left: have it wrap around the corner. SwiftUI made
Here is a comparison of the default iOS Control on the left and the one I just made on the right
- sticks to your finger the moment you touch it
- no hard edges - still responsive after progress is at 100% and 0%
- the whole thing goes up/down(not just the “progress bar”)
- App Dock 🤝 Widgets
- If you have numerous home screen pages, locating desired widgets can be somewhat arduous; however, the App Dock remains consistently accessible, irrespective of the page.
- So, I explored what a Widget Doc could look like.
Lock Screen Album Art transition experiment
Left - iOS today
Right - a prototype I made with SwiftUI
The improvement is the album cover doesn’t appear out of nowhere (i.e. spatially easier to follow).
Aside - I personally like bounciness(aka Disney), but it's not for
Home Screen prototype
Swipe down = Siri suggested apps + Recent searches
Concept
Swipe Up = Quick Access to Control Center
It’s easier than reaching for the top right corner
Next week I’ll put up a different but related idea, so tune in if you like this.
Tool - #SwiftUI