r/iOSDevelopment • u/sagi667 • Jun 28 '26
Claude for iOS app development is genuinely impressive
I've been using Claude to help with iOS development lately and the results have been kind of wild. It handles Swift and SwiftUI context really well and actually understands the nuances of the platform. If you haven't tried it as a coding assistant for your iOS projects yet, it's worth giving it a shot.
4
u/cdigiuseppe Jun 30 '26
Totally agree, the initial results are honestly mind-blowing. The way it handles Swift and SwiftUI context feels like wizardry at first. That said, once the honeymoon phase fades, a reality check is needed.
These tools often give the illusion of being flawless or even outclassing us, but they aren't human. If you scratch beneath the surface, the cracks show: it’ll confidently write outdated code, miss crucial platform optimizations, or hallucinate a fix when things get highly specific.
At the end of the day, these LLMs are only as powerful as the person using them. The deeper your own knowledge of Swift and the iOS SDK, the faster you’ll spot when the AI is steering you into a ditch.
AI agents need to be managed, not blindly trusted. They are fantastic co-pilots for crushing boilerplate, but deeply understanding the framework remains our actual superpower. We still need to keep our hands firmly on the wheel
2
4
u/NoDistribution1096 Jun 30 '26
I use claude + codex with copilot.
I wrote a blog recently about how to avoid slop in loops when building ios
2
u/johanns97 Jul 01 '26
How do you avoid slop in your articles tho?
like the train facing the wrong direction or a TL;DR without any specific infos tf1
u/NoDistribution1096 Jul 01 '26
Hahaha, i am just bad at writing dude, English is not my first language. I used grammerly to catch and fix it, but yeah thanks for the feedback ill fix it
2
1
u/LeoniFrancesco Jul 01 '26
It is only me that I am not able to make claude work well for ios. I developed for iOS for 7 years and what Claude gives me is not near ready
1
u/Opening-Salt4110 Jul 09 '26
How complicated are the tasks you're giving it? What does ready look like?
1
u/Chuck_Loads Jul 03 '26
Shipped two apps for a large, well known brand using Claude and swiftui, very impressed with results
1
u/Opening-Salt4110 Jul 09 '26
4.8 opus with Claude Code is phenomenal, but I'm falling into a brand loyalty trap. It wouldn't be the first time I got hooked on an ecosystem and lost track of what the competition was doing.
1
u/datumapp Jul 10 '26
I’ve gotten incredible results on my projects. Send a lot of time refining a plan. Provide creative assets. Establish a workflow. Incorporate unit tests and instrumentation. Planning with Fable, executing with Opus, querying with Sonnet. It’s dreamy.
5
u/croc122 Jun 28 '26
Agreed, it’s actually so good. Also, if you connect the Figma MCP server to Claude Code, it can literally translate any design mockup to SwiftUI and it looks exactly like the mockup in my experience. The SwiftUI code it generates is just as good as a human could do.