Xcode 4 : Opening brace on the same line

后端 未结 4 644
南方客
南方客 2021-02-06 18:49

I just installed Xcode 4 and the opening brace of the auto generated functions is on a new line.

For example :

- (void)dealloc
{
  [_window release];
  [         


        
4条回答
  •  被撕碎了的回忆
    2021-02-06 19:23

    You could try using an application called Snippet Edit that allows you to easily edit all of the supplied code snippets. You will need to be using Xcode v4.3 or later though if you wish to use it.

    The application can be found at http://cocoaholic.com/snippet_edit/

提交回复
热议问题