1

Is there an easy way to change the:

-(void)viewDidLoad
{
}

To

-(void)viewDidLoad {
}

Is there "checkbox" to change the above behavior without modifying the template files?

Chris Rutkowski
  • 1,774
  • 1
  • 26
  • 36

1 Answers1

1

Nope. You'll have to edit the template files, unfortunately.

Community
  • 1
  • 1
Joshua Nozzi
  • 60,946
  • 14
  • 140
  • 135