swiftui

Back Open Paginator
19.02.2026 19:55
swiftdevjournal (@swiftdevjournal@mastodon.world)

I tried using SwiftUI's new support for rich text in TextEditor. It's nowhere near a replacement for NSTextView on Mac.

You have to open the ruler from the Format menu to show rich text formatting controls. The controls are limited compared to NSTextView's inspector.

The worst issue is sidebars block the left side of the formatting controls. You have to hide the sidebar to apply a paragraph style to your text.

#SwiftUI #MacDev




Show Original Post


19.02.2026 19:19
pholarsec (@pholarsec@mastodon.social)

🚀 Breezly 3.0 is Live

After weeks of iteration, refinement, and real user feedback, a new version of Breezly is now available.

Indie-built. Carefully crafted. Continuously improving.

If you're into iOS product building, subscriptions, or wellness-focused apps, I’d love your feedback.




Show Original Post


19.02.2026 13:59
dimitribouniol (@dimitribouniol@mastodon.social)

Got started validating my validation logic today. Tomorrow night, let's add test cases for each entry type and permutation. See you then!

🔜 Tomorrow’s stream: youtube.com/live/a0B6c-EEWjE
⏮️ Playlist so far: youtube.com/playlist?list=PLRx
📲 Download Jiiiii: apps.apple.com/app/apple-store




Show Original Post


19.02.2026 13:51
aselford (@aselford@mastodon.social)

Had an interesting experience. I’m doing a bake off between and . I gave the same prompt to modify a app to be a menu bar app. Codex came back extremely quickly. I prompted it to add a quit button and hide the dock icon with LSUIElement. Claude took a lot longer but asked *me* if it should add a quit button and hide the dock icon.
They basically had the same implementation. Codex was faster and chewed up far less quota; Claude took longer but nailed it first try. 🤷




Show Original Post


19.02.2026 13:25
dimitribouniol (@dimitribouniol@mastodon.social)

I'm making a seasonal anime guide app, in the open for all to experience and learn from.

Let's test yesterday's work to see if the validation works as intended!

Come chill with me: youtube.com/live/biwIyLvo3j4




Show Original Post


19.02.2026 10:32
pylapp (@pylapp@framapiaf.org)

Seems enough tested :blobcatcoffee:
#iosdev #SwiftUI #designsystem





Show Original Post


18.02.2026 17:59
kevinissac (@kevinissac@mastodon.online)

🚀 DomainLog v1.0.1 update released
- added more schedule options
- UI enhancement and bug fixes

#BuildInPublic #swift #swiftui #iosapp





Show Original Post


18.02.2026 17:03
ayoshoola (@ayoshoola@mas.to)

I liked the Mac's version of 4Do's adaptable sidebar so much I brought it to the iPad. Should be available once the update is approved by app store review: apps.apple.com/app/apple-store
#buildinpublic #productivity #ios #apple #swiftui #design #ipad #app





Show Original Post


18.02.2026 15:33
ios_newsletter_snapp (@ios_newsletter_snapp@mastodon.social)

NSUserActivity debugging in SwiftUI has been a black box - until now. Enable a hidden logging flag to reveal handler timing and activity updates.

🔗: kyleye.top/tips/swiftui-userac by Kyle Ye (@KyleYe)




Show Original Post


18.02.2026 14:03
dimitribouniol (@dimitribouniol@mastodon.social)

Fleshed out the validation logic to hopefully keep things consistent. Tomorrow night, let's update and add some tests to make sure it works as designed. See you then!

🔜 Tomorrow’s stream: youtube.com/live/biwIyLvo3j4
⏮️ Playlist so far: youtube.com/playlist?list=PLRx
📲 Download Jiiiii: apps.apple.com/app/apple-store




Show Original Post


18.02.2026 13:09
dimitribouniol (@dimitribouniol@mastodon.social)

I'm making a seasonal anime guide app, in the open for all to experience and learn from.

Starting to recover, so let's validate entires for metadata correctness!

Come chill with me: youtube.com/live/M4_4BVzQhLo




Show Original Post


18.02.2026 07:54
natpanferova (@natpanferova@mastodon.social)

For precise control over which attributes should animate in SwiftUI, especially in generic components that accept arbitrary content, we can use the animation(_:body:) API introduced in iOS 17 to avoid accidental animations.

I've written a post about it: nilcoalescing.com/blog/Isolate




Show Original Post


1 ...48 49 50 51 52 53 54 55 56 57 58 ...236
UP