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
@simonbs same! My MacBook got super hot in my lap last night (M1 Pro) Codex was sitting idle in the background. 🥵

This weekend I used Codex to make a SwiftUI wrapper based on view controller modal work from @danielmgauthier

I have it working for a bunch of the use cases I needed. (bottom alignment, iPad support / keyboard detection & positioning, modal stacking)

I hope you find it useful as well!
https://github.com/DannyBehar/SuperModal

GitHub - DannyBehar/SuperModal

Contribute to DannyBehar/SuperModal development by creating an account on GitHub.

GitHub
@mark This post has renewed my excitement and anticipation for Phoenix! 🐦‍🔥

Apple’s Vision framework is an amazing framework for performing powerful image analysis directly on your device. In this article, I write about how to use the old RecognizeTextRequest to extract lines of text from an image, and the new RecognizeDocumentsRequest to get a much richer result, with complete paragraphs.

#SwiftUI

https://danielsaidi.com/blog/2026/01/10/detecting-text-in-images-with-the-vision-framework

Detecting text in images with the Vision framework

Apple’s Vision framework is an amazing framework for performing machine learning-based image analysis directly on your device. Let’s see ...

@twostraws I’d love to try this when the TestFlight opens up!

My first full-length talk is live on YouTube! Learn some techniques for wrapping UIKit components with SwiftUI for ease of use and reusability. Thank you, DevCommunity and DC iOS, for hosting me for my first full-length talk!

https://www.youtube.com/watch?v=8z2AheHXkUs

ALSO, here is a link to my SwiftUI wrapper for PDFKit's PDFView. It's open-source and lets you test out some of these techniques in practice. 😎

https://github.com/DannyBehar/PDFViewer

DC iOS: Building a UIKit Powered SwiftUI API

YouTube
@ZevEisenberg whoa that’s so cool!! Congratulations 🎉

Using NavigationSplitView in SwiftUI is a lot like playing the game Operation. One wrong move and it's GAME OVER 🫠

#indiedev

I knew it was just a matter of time... Got my first 1 star rating today 😭 I wish they would have left feedback so I could provide a better experience for them. ❤️ #indiedev
@caseyliss It's a great tool but for some reason one out of five of my prompts will cause it to hang and the only way I've found to reset it is to restart Xcode 🫠 - I've been using Codex CLI lately and have been enjoying it!