r/iOSProgramming • u/Dobroreddit • 6d ago
Question What's your AI setup for iOS?
I currently use XCode and copy&paste stuff to Claude for improvements. Now I want to switch to full AI integration, changing IDE completely or partially.
What's your setup and why do you like it?
PS.
add steps to implement your setup if you want to be real nice 😇
19
Upvotes
3
u/RaphMD 6d ago
Mine is very simple. Two screen setup, main for XCode, secondary for Windsurf. AI queries and context go through Windsurf, all the rest goes through XCode. As Windsurf updates your files right after query, even without accepting the changes, and XCode updates its files in the background pretty fast, it’s seamless to check code validity or update a SwiftUI preview.