Skip to content

Commit

Permalink
改变上拉加载更多的背景颜色,让外部确定底色
Browse files Browse the repository at this point in the history
  • Loading branch information
xhzengAIB committed Aug 8, 2014
1 parent b551577 commit fc7265f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion RefreshControl/Views/XHLoadMoreView.m
Original file line number Diff line number Diff line change
Expand Up @@ -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];
}
Expand Down

0 comments on commit fc7265f

Please sign in to comment.