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... :-)
请先登录再写评论。
Fixed as http://youtrack.jetbrains.net/issue/OC-727
Excellent - thanks... :-)