0

I could get flamed for asking this, but here goes anyway...

Does anyone know of a coding app that you can use on an iPad and that allows you to fold your code? I can't find one.

I'll delete the question quite happily if it's judged inappropriate for SO :)

Thanks.

Nick
  • 5,995
  • 12
  • 54
  • 78

1 Answers1

1

Xcode

You can fold code, by highlighting over the start of a code block, and selecting the black arrow.

Xcode code folding

There is also a menu providing more options (with keyboard shortcuts)

Folding menu in Xcode

TextWrangler/BBEdit

Same principle, but you don't have the integrated development environment that Xcode has

TextWrangler/BBEdit Code Folding

WDUK
  • 18,870
  • 3
  • 64
  • 72
  • Sorry, I wasn't clear. I meant an app you can use on an iPad, not one to create iPad apps :) Xcode and TextWrangler don't have an iPad version, as far as I can see. (Could be wrong, of course.) – Nick Nov 13 '12 at 20:07
  • But +1 anyway for a great answer to what my question might have been asking :) – Nick Nov 14 '12 at 06:55