swiftui

Back Open Paginator
03.02.2026 20:16
Typ0genius (@Typ0genius@mastodon.social)

If you want to learn more about the new agentic coding features in Xcode 26.3, here’s a short tech talk by Apple:
developer.apple.com/videos/pla




Show Original Post


03.02.2026 17:43
nicoreese (@nicoreese@mastodon.social)

Does anyone with a Pro Max phone know if applying scenePadding(.horizontal) is 20pt (as it should, like in ) or 16pt? The simulator always uses 16pt, making interoperability with UIKit very annoying with different margins.




Show Original Post


03.02.2026 16:33
gregatron5 (@gregatron5@vmst.io)

Question for #SwiftUI devs:

When you have strings for say `@AppStorage`, do you just write the string or do you create constants? E.g.

```swift
let somePrefKey = "somePref”

class Foo {
@AppStorage(somePrefKey) var somePrefKey
// or
@AppStorage("somePrefKey") var somePrefKey
}
```




Show Original Post


03.02.2026 14:26
dimitribouniol (@dimitribouniol@mastodon.social)

Started fixing the issues, but am probably only 30% of the way there haha. Tomorrow night, let's continue fixing everything. See you then!

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




Show Original Post


03.02.2026 13:53
dimitribouniol (@dimitribouniol@mastodon.social)

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

Let's update tests against yesterday's data model changes!

Come chill with me: youtube.com/live/KIB30T-ZtVs




Show Original Post


03.02.2026 13:15
dfortes (@dfortes@mastodon.social)

People are mad with the menu icons on macOS but... I kind of like them? I noticed I find items much faster with more icons in the menus. Sure Apple went overboard and they can tone it down a little, but they have their use.




Show Original Post


03.02.2026 09:00
ios_newsletter_snapp (@ios_newsletter_snapp@mastodon.social)

SwiftUI supports Markdown out-of-the-box since iOS 15, but can you color text directly without AttributedString? This article explores built-in formatting capabilities and reveals surprising limitations you should know about.

🔗: artemnovichkov.com/blog/render by Artem Novichkov




Show Original Post


03.02.2026 08:00
0xWDG (@0xWDG@mastodon.social)

Differentiate Without Color wesleydegroot.nl/blog/differen




Show Original Post


03.02.2026 00:54
nicoreese (@nicoreese@mastodon.social)

So what exactly do I need to do to get the Create branch button when working in a separate worktree? I only ever see the Sync with local button.

developers.openai.com/codex/ap





Show Original Post


02.02.2026 18:34
kreaniqs (@kreaniqs@mastodon.social)

What happens when you listen to your community?

The #1 feature request for Pladio was "Can I add my own stations?"

Done. ✓

Pladio 1.2 is out now – earlier than planned thanks to amazing beta testers. Here's everything that's new:


hoglens.link/smv




Show Original Post


02.02.2026 15:01
ios_newsletter_snapp (@ios_newsletter_snapp@mastodon.social)

Need to cut transparent holes through surfaces in SwiftUI? This technique shows how to implement reverse masking using blend modes and compositingGroup(), perfect for creating custom UI effects and visual compositions.

🔗: livsycode.com/swiftui/reverse- by Artem Mirzabekian




Show Original Post


02.02.2026 13:14
dimitribouniol (@dimitribouniol@mastodon.social)

So much for a short stream, but drastically simplified the relationship between list owners and list IDs 😅 Tomorrow night, let's update tests accordingly. See you then!

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




Show Original Post


1 ...60 61 62 63 64 65 66 67 68 69 70 ...236
UP