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
69d1e51a
Commit
69d1e51a
authored
May 18, 2013
by
Felix Paul Kühne
Browse files
Movie View: make sure HUD correctly disappears on repeated playback
parent
04cf4257
Changes
1
Hide whitespace changes
Inline
Side-by-side
AspenProject/VLCMovieViewController.m
View file @
69d1e51a
...
...
@@ -73,8 +73,6 @@
_cropRatios
=
@[
@"Default"
,
@"16:10"
,
@"16:9"
,
@"2:39:1"
,
@"5:3"
,
@"4:3"
,
@"5:4"
,
@"1:1"
];
_aspectRatios
=
@[
@"Default"
,
@"1:1"
,
@"4:3"
,
@"16:9"
,
@"16:10"
,
@"2.21:1"
,
@"2:35:1"
,
@"2.39:1"
,
@"5:4"
];
[
self
resetIdleTimer
];
}
-
(
void
)
viewWillAppear
:(
BOOL
)
animated
...
...
@@ -107,6 +105,8 @@
_mediaPlayer
.
videoAspectRatio
=
_mediaPlayer
.
videoCropGeometry
=
NULL
;
[
super
viewWillAppear
:
animated
];
[
self
resetIdleTimer
];
}
-
(
void
)
viewWillDisappear
:(
BOOL
)
animated
...
...
Write
Preview
Supports
Markdown
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