Danny Behar
dannybehar.me
Danny Behar
@dannybehar.me
iOS Dev 🧑🏻‍💻 | Musician 🎷 | Dog Dad 🐶

Building Tutti, a sheet music reader for iPad:
https://apps.apple.com/us/app/sheet-music-reader-tutti/id6475010738

Baltimore, MD
Wohoo!! 🎉 Congrats Stephen!
October 31, 2025 at 6:49 PM
Wow I didn’t even know about that modifier. I could also use that functionality but maybe I should hold off for now 😅
October 15, 2025 at 7:33 PM
Yea it works if your device is running 18 or 17. the issue is when your device is running 26. Thanks for checking
September 16, 2025 at 3:36 PM
If the AI consistently goes tries to go in a direction that I know is a dead-end, I'll update the overall project prompt to better steer it for future prompts. I'm starting to see the future of software development and I kind of like it?
August 10, 2025 at 9:42 PM
If I find a certain section that I don't understand, I'll pepper GPT-5 with specific questions to get a better sense.
August 10, 2025 at 9:41 PM
I usually have to play around with the padding in order to get around this issue. Try something like this.. breaking up the padding before the transition and add back some top padding after the transition. This seems to have worked for me.
July 4, 2025 at 8:23 PM
oooh... thats a great idea. I may try something similar for Tutti.
June 16, 2025 at 7:34 PM
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:
June 16, 2025 at 5:11 PM
Be creative. You can mix this effect with other features of SwiftUI to create wonderful experiences for your users.
June 16, 2025 at 5:11 PM
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)
June 16, 2025 at 5:11 PM
Another great example: "scribble.variable" with a .green.gradient foregroundStyle. Showcasing another new addition to iOS 26. Gradient foregroundStyles on symbols!
June 16, 2025 at 5:11 PM
The "signature" SFSymbol showcases this effect so well.
June 16, 2025 at 5:11 PM
looks sooo good 😊
June 15, 2025 at 2:48 AM
oooh that’s a great idea 💡
June 12, 2025 at 4:26 PM