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];