no message

This commit is contained in:
Giuseppe Nucifora 2015-10-29 01:05:34 +01:00
parent 9d5fa8835c
commit 58766efe14

View File

@ -76,8 +76,7 @@
[self addSubview:_contentView]; [self addSubview:_contentView];
_HUD = [[UIView alloc] initForAutoLayout]; _HUD = [[UIView alloc] initForAutoLayout];
[_HUD setAlpha:0]; <[_HUD setBackgroundColor:[[UIColor whiteColor] colorWithAlphaComponent:0.25]];
[_HUD setBackgroundColor:[[UIColor whiteColor] colorWithAlphaComponent:0.25]];
[_contentView addSubview:_HUD]; [_contentView addSubview:_HUD];