I have seen the option of snapshot option in the File menu of Xcode.

But I don't know what it means.

  • Where can the snapshot option can be used?
  • Why would this option be used?
  • Advantages of using this option?
link|improve this question

feedback

1 Answer

up vote 3 down vote accepted

Where a snapshot option can be used?

  • A snapshot can be used after any modifications to your code.

Why this option is used?

  • This option is used when you are making modifications that you are unsure of and might not want.

Advantages of using this option?

  • The advantage is that you can simply fall back onto a previous snapshot if the desired changes didn't work out as you wanted.
link|improve this answer
So are we breaking the 10000 barrier tonight John? – Diago Aug 25 '09 at 19:08
na 1 more vote and im capped for 5 hours ;( – John T Aug 25 '09 at 19:09
Oops - That was my last vote too :) – Diago Aug 25 '09 at 19:11
Now in 5 hours I can come back and see all the wasted upvotes. It's quite depressing really. – John T Aug 25 '09 at 19:16
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.