(no title)
kylemacomber | 6 months ago
Are you imagining you'd be editing the code with the software keyboard or a paired hardware keyboard?
kylemacomber | 6 months ago
Are you imagining you'd be editing the code with the software keyboard or a paired hardware keyboard?
ForceBru|6 months ago
My workflow often goes like this: got an idea, let me quickly test it on the go, like while walking down the street, working on unrelated stuff or just chilling. Open up Pythonista, write some code, run it, tweak it, etc. If a piece of code becomes important enough, I copy it to the computer and continue working on it there.
Terretta|6 months ago
Much slower (minutes) with Xcode Cloud and a git repo, if I can git commit from my iPhone, I can edit app code and commit, watch Xcode Cloud Build see my commit, watch it build with debug logs, and when it works it shows up in TestFlight. Very much not offline, and minutes long loop.
kylemacomber|6 months ago