Reformat code -> @property with IBOutlet failure...

When I got this:


@property(nonatomic, retain) IBOutlet UIButton *button;


...and press [Cmd]+[Alt]+R to reformat, I end up with this:

@property(nonatomic, retain) IBOutletUIButton *button;


I like conserving space, but this is a little too aggressive for the compiler... :-)

0
2 comments
Avatar
Permanently deleted user

Excellent - thanks... :-)

0

Please sign in to leave a comment.