The iOS 7 transparent status bar now uses white text rather than black.

This commit is contained in:
Alex Szpakowski 2014-07-16 20:05:00 -03:00
parent b4d15ece6d
commit b21544c1dd
3 changed files with 13 additions and 1 deletions

View file

@ -169,8 +169,9 @@
animationCallback = callback;
animationCallbackParam = callbackParam;
if (animationCallback)
if (animationCallback) {
[self startAnimation];
}
}
- (void)startAnimation