Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Fixed color of spinner of FBDialog. Was white on white blank page, no…
…w - black on white blank page
  • Loading branch information
darvin committed Mar 28, 2012
1 parent 07626c3 commit fd03b48
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/FBDialog.m
Expand Up @@ -375,6 +375,7 @@ - (id)init {
_spinner.autoresizingMask =
UIViewAutoresizingFlexibleTopMargin | UIViewAutoresizingFlexibleBottomMargin
| UIViewAutoresizingFlexibleLeftMargin | UIViewAutoresizingFlexibleRightMargin;
_spinner.color = [UIColor blackColor];
[self addSubview:_spinner];
_modalBackgroundView = [[UIView alloc] init];
}
Expand Down

0 comments on commit fd03b48

Please sign in to comment.