Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
VideoLAN
VLC-iOS
Commits
b30322a9
Commit
b30322a9
authored
Jun 11, 2013
by
Gleb Pinigin
Browse files
Delay reloading data to next UI event loop cycle
parent
64c215a5
Changes
1
Hide whitespace changes
Inline
Side-by-side
AspenProject/VLCPlaylistViewController.m
View file @
b30322a9
...
...
@@ -102,7 +102,7 @@
-
(
void
)
viewDidAppear
:(
BOOL
)
animated
{
[
self
performSelector
:
@selector
(
updateViewContents
)
withObject
:
nil
afterDelay
:
.
3
];
[
self
performSelector
:
@selector
(
updateViewContents
)
withObject
:
nil
afterDelay
:
.
0
];
[[
MLMediaLibrary
sharedMediaLibrary
]
performSelector
:
@selector
(
libraryDidAppear
)
withObject
:
nil
afterDelay
:
1
.];
[
super
viewDidAppear
:
animated
];
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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