Skip to content

Commit

Permalink
Fixed demo project open / close indicator.
Browse files Browse the repository at this point in the history
  • Loading branch information
matej committed Apr 3, 2013
1 parent 0f700f8 commit 1fdccd5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Demo/PullDownControllerDemo/MBSettingsController.m
Original file line number Original file line Diff line number Diff line change
Expand Up @@ -50,6 +50,7 @@ - (void)setUpButtons {
[self.reloadButton setTitle:@"\uf021" forState:UIControlStateNormal]; [self.reloadButton setTitle:@"\uf021" forState:UIControlStateNormal];
self.infoButton.titleLabel.font = awesome; self.infoButton.titleLabel.font = awesome;
[self.infoButton setTitle:@"\uf05a" forState:UIControlStateNormal]; [self.infoButton setTitle:@"\uf05a" forState:UIControlStateNormal];
[self.toggleButton setTitle:@"\uf0ab" forState:UIControlStateNormal];
} }


#pragma mark - Actions #pragma mark - Actions
Expand Down

0 comments on commit 1fdccd5

Please sign in to comment.