Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
7
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Open sidebar
VideoLAN
VLC-iOS
Commits
0c8d74a5
Commit
0c8d74a5
authored
Jun 15, 2013
by
Felix Paul Kühne
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Movie View: adapt OBSlider drag zones for iPad
parent
996c15fa
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
0 deletions
+3
-0
AspenProject/VLCMovieViewController.m
AspenProject/VLCMovieViewController.m
+3
-0
No files found.
AspenProject/VLCMovieViewController.m
View file @
0c8d74a5
...
...
@@ -155,6 +155,9 @@
forControlEvents:
UIControlEventValueChanged
];
[[
AVAudioSession
sharedInstance
]
setDelegate
:
self
];
if
(
UI_USER_INTERFACE_IDIOM
()
==
UIUserInterfaceIdiomPad
)
self
.
positionSlider
.
scrubbingSpeedChangePositions
=
@[
@
(
0
.),
@
(
100
.),
@
(
200
.),
@
(
300
)];
}
-
(
BOOL
)
_blobCheck
...
...
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