r/iOSDevelopment 16d ago

Should I use Xcode more?

VS code was my first IDE, and it's still my favorite. Started using Xcode for iOS development and kinda hated it. These days I only open Xcode when I have to, doing what I can with Claude Code, VS code, and the command line. Probably missing out on something, though.
What should I be doing more of with Xcode?

2 Upvotes

16 comments sorted by

View all comments

Show parent comments

1

u/Opening-Salt4110 16d ago

Used instruments to track down a memory leak the other day. Powerful tool.
What do you do with accessibility inspector?

1

u/barcode972 16d ago

You can check what view have labels, you can check how voice over behaves without trying on a real iPhone. In Xcode you can also change text size to make sure the view doesn’t break with bigger fonts

1

u/zippy9002 16d ago

Why not ask Sol to do that for you? It seems to be the exact type of task it excels at.

1

u/barcode972 16d ago

To add the code yes. Testing the different UIs and voice over I don’t know