WeSearch

Building Shopie for Mac with SwiftUI

Michael J. Tsai· ·2 min read · 0 reactions · 0 comments · 15 views
#swiftui#macos development#ui design#apple frameworks#interface builder
⚡ TL;DR · AI summary

The article discusses challenges and criticisms of SwiftUI, particularly regarding its cross-platform approach and adaptability across different Apple devices. The author argues that SwiftUI's design prioritizes code reuse over optimal user experience, especially when scaling interfaces from watchOS to Mac. Interface Builder and Auto Layout are presented as more reliable alternatives for creating adaptive UIs on macOS.

Key facts
Original article
Mjtsai · Michael J. Tsai
Read full at Mjtsai →
Opening excerpt (first ~120 words) tap to expand

> I’m not entirely sure, but I think this is different for SwiftUI (and many other Apple frameworks). Maybe it was the original intention for watchOS, but certainly not for UIKit+. It doesn’t seem it was “app first”. (even just for something seemingly simple/baseline, like building TextEdit or Finder) It was built for "Apple cross platform" first. Just try to reuse as much as possible. > Sorry, the point I was trying to make is that it is extremely difficult, if at all possible, to make a WYSIWYG editor for a UI that can look vastly different depending on screen size, resolution, DPI, input device, and so on, and whose visual expression is dependent on rulesets rather than something that can be directly manipulated in a GUI.

Excerpt limited to ~120 words for fair-use compliance. The full article is at Mjtsai.

Anonymous · no account needed
Share 𝕏 Facebook Reddit LinkedIn Threads WhatsApp Bluesky Mastodon Email

Discussion

0 comments

More from Mjtsai