Danny Behar

@DannyBehar
91 Followers
112 Following
74 Posts

iOS Dev 🧑🏻‍💻 | Musician 🎷 | Dog Dad 🐶

Building Tutti, a sheet music reader for iPad

Tutti for iPadhttps://apps.apple.com/us/app/paperless-music-stand-tutti/id6475010738

Still no icon showing up for Tutti on the iPadOS 26 App Store.

Hurts to spend months working on a release and then have this happen. If you work for Apple and/or have any idea how to resolve, I'd appreciate the help <3

Tutti v3.0 is now available on the app store!

I've been working really hard on this update. So happy it's finally out in the world! It includes:

- A new split-view design
- Dark mode support across the app
- A new onboarding experience
- lots of smaller tweaks, animations, and bug fixes

And now the code! This is the code I used to make all of these examples. Pass in the color, icon string, effect, and speed:
Be creative. You can mix this effect with other features of SwiftUI to create wonderful experiences for your users.
This effect is flexible! For example, you can tell the effect to draw each layer individually by applying the symbol effect like this: .symbolEffect(.drawOn.individually,
isActive: isShowing)
Another great example: "scribble.variable" with a .green.gradient foregroundStyle. Showcasing another new addition to iOS 26. Gradient foregroundStyles on symbols!
The "signature" SFSymbol showcases this effect so well.

New in SFSymbols for iOS 26, Draw effects!!

Five beautiful examples.. stay till the end for the code sample.

First up, "rainbow" with .symbolRenderingMode(.multicolor). Symmetrical symbols draw outward from the center.

Tutti's onboarding flow is coming along nicely! I'm noticing that I really enjoy animating SF Symbols.. Should I animate all of them? 🤩

Early look at the new loading indicator I'm working on for Tutti!

Special thanks to
@mikaelacaron

for this brilliant idea and
@matthewskiles
for designing this wonderful SFSymbol asset.