Skip to content

Commit

Permalink
fix the base tableView default value bug
Browse files Browse the repository at this point in the history
  • Loading branch information
xhzengAIB committed Sep 10, 2014
1 parent cc8a8cf commit 5aadf1f
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,8 @@ - (id)init {
if (self) {
self.pullDownRefreshed = YES;
self.loadMoreRefreshed = YES;
self.circleColor = [UIColor colorWithRed:173 / 255.0 green:53 / 255.0 blue:60 / 255.0 alpha:1];
self.circleLineWidth = 1.0;
}
return self;
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,8 @@ - (id)init {
if (self) {
self.pullDownRefreshed = YES;
self.loadMoreRefreshed = YES;
self.circleColor = [UIColor colorWithRed:173 / 255.0 green:53 / 255.0 blue:60 / 255.0 alpha:1];
self.circleLineWidth = 1.0;
}
return self;
}
Expand Down

0 comments on commit 5aadf1f

Please sign in to comment.