Jay Wardell
banner
jaywardell.bsky.social
Jay Wardell
@jaywardell.bsky.social
Introvert. Working my way toward curmudgeon

Maker of SkyMarks (https://apps.apple.com/us/app/skymarks/id6739005862) and a few other things
That is interesting!

It looks like NavigationLink gets automatically disabled when in edit mode.

I can kind of get around it by only showing the NavigationLink if edit mode is off. idk if this is the approach you're taking, but it seems to work: gist.github.com/jaywardell/1...

lmk
March 13, 2025 at 2:13 AM
Now in TestFlight beta:

OCRator is a little app that can convert text in an image to text that you can read, resize, translate, or share.

🧵

testflight.apple.com/join/Zmcwk3fW
January 21, 2025 at 3:55 PM
And it was easy enough to add a translate button (gotta love built-in frameworks)

#buildinpublic #swiftui
January 16, 2025 at 3:06 PM
Here’s a screen recording with a more wordy image.
January 16, 2025 at 6:48 AM
Hello all.

I’ve been playing around with something else.

You know how people here regularly post screenshots of big blocks of text and it’s hard to read them because you have to scroll around the screen?

Well I came up with a way to turn those images back into text in a couple taps.
January 16, 2025 at 5:55 AM
I’ve open sourced another library from my work on SkyMarks.

MatchedText is a SwiftUI View that shows matches with a filter string. It’s made to work as much like a regular Text View as possible. It lets you customize how matching text is styled.

github.com/jaywardell/M...
January 10, 2025 at 6:46 PM
For SkyMarks, I needed a SwiftUI button that could only be tapped once and then would show that it had been tapped.

#swiftlang #swiftui #opensource

github.com/jaywardell/S...
January 8, 2025 at 4:13 PM