The iOS 7 transparent status bar now uses white text rather than black.
This commit is contained in:
parent
b4d15ece6d
commit
b21544c1dd
3 changed files with 13 additions and 1 deletions
|
@ -169,8 +169,9 @@
|
|||
animationCallback = callback;
|
||||
animationCallbackParam = callbackParam;
|
||||
|
||||
if (animationCallback)
|
||||
if (animationCallback) {
|
||||
[self startAnimation];
|
||||
}
|
||||
}
|
||||
|
||||
- (void)startAnimation
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue