diff --git a/RefreshControl/Views/XHLoadMoreView.m b/RefreshControl/Views/XHLoadMoreView.m index df58256..e7cb296 100644 --- a/RefreshControl/Views/XHLoadMoreView.m +++ b/RefreshControl/Views/XHLoadMoreView.m @@ -79,7 +79,7 @@ - (id)initWithFrame:(CGRect)frame { self = [super initWithFrame:frame]; if (self) { // Initialization code - self.backgroundColor = [UIColor whiteColor]; + self.backgroundColor = [UIColor clearColor]; [self addSubview:self.loadMoreButton]; [self addSubview:self.activityIndicatorView]; }