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

请先登录再写评论。