Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
VideoLAN
VLC-iOS
Commits
4dafd3ea
Commit
4dafd3ea
authored
Oct 26, 2013
by
Felix Paul Kühne
Browse files
library: fix status bar color on init
parent
9d0c8e90
Changes
1
Hide whitespace changes
Inline
Side-by-side
AspenProject/VLCPlaylistViewController.m
View file @
4dafd3ea
...
...
@@ -113,6 +113,9 @@
_emptyLibraryView
.
emptyLibraryLabel
.
text
=
NSLocalizedString
(
@"EMPTY_LIBRARY"
,
@""
);
_emptyLibraryView
.
emptyLibraryLongDescriptionLabel
.
text
=
NSLocalizedString
(
@"EMPTY_LIBRARY_LONG"
,
@""
);
[
_emptyLibraryView
.
emptyLibraryLongDescriptionLabel
sizeToFit
];
if
(
SYSTEM_RUNS_IOS7_OR_LATER
)
[
UIApplication
sharedApplication
].
statusBarStyle
=
UIStatusBarStyleLightContent
;
}
-
(
void
)
viewWillAppear
:(
BOOL
)
animated
...
...
@@ -143,9 +146,6 @@
if
(
_foundMedia
.
count
<
1
)
[
self
updateViewContents
];
[[
MLMediaLibrary
sharedMediaLibrary
]
performSelector
:
@selector
(
libraryDidAppear
)
withObject
:
nil
afterDelay
:
1
.];
if
(
SYSTEM_RUNS_IOS7_OR_LATER
)
[
UIApplication
sharedApplication
].
statusBarStyle
=
UIStatusBarStyleLightContent
;
}
-
(
void
)
viewDidDisappear
:(
BOOL
)
animated
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment