From 58766efe142219e304c6535920a74a68aedabd84 Mon Sep 17 00:00:00 2001 From: Giuseppe Nucifora Date: Thu, 29 Oct 2015 01:05:34 +0100 Subject: [PATCH] no message --- Pod/Classes/TabBarPickerSubItemsView.m | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/Pod/Classes/TabBarPickerSubItemsView.m b/Pod/Classes/TabBarPickerSubItemsView.m index af7bd4c..8cb7586 100644 --- a/Pod/Classes/TabBarPickerSubItemsView.m +++ b/Pod/Classes/TabBarPickerSubItemsView.m @@ -76,8 +76,7 @@ [self addSubview:_contentView]; _HUD = [[UIView alloc] initForAutoLayout]; - [_HUD setAlpha:0]; - [_HUD setBackgroundColor:[[UIColor whiteColor] colorWithAlphaComponent:0.25]]; + <[_HUD setBackgroundColor:[[UIColor whiteColor] colorWithAlphaComponent:0.25]]; [_contentView addSubview:_HUD];