Wednesday, August 10, 2011

method list in alphabetical order in xcode 4


There was an option in Xcode-3x in preference with a check box to enable or disable the alphabetical listing of methods, as seen in below picture:

(Xcode3.x option)



In Xcode-4x they have removed this option.
To list the methods alphabetically press and click on the level in the path menu, as in below picture:

(Xcode4.x, +click)


Personally I liked the new feature in Xcode4, as we can list the methods alphabetically or sequentially whenever we want unlike Xcode3 where we had to stick with the option selected in settings tab.