Showing posts with label XCode. Show all posts
Showing posts with label XCode. Show all posts

Saturday, October 1, 2016

How to Comment Multiple Lines in XCode 8

Recently Apple released new version of XCode. This revised IDE includes Swift 3.  This new version of XCode has a new look, which I liked a lot.

Wednesday, May 25, 2016

Tuesday, February 2, 2016

Code folding and unfolding in XCode 7.2

In the previous version of XCode, there was a little down arrow beside the source code editor for folding or unfolding the code. But in the new version of the XCode (7.2) that little arrow does not exist. It is very annoying to scroll up and down to find out the method which we are searching. On the other hand  the code editor looks really messy with unfolded code.