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
c5a6da11
Commit
c5a6da11
authored
Oct 19, 2015
by
Felix Paul Kühne
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
equalizer: privatize slider include
parent
e27b3f72
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
2 additions
and
1 deletion
+2
-1
Sources/VLCEqualizerView.h
Sources/VLCEqualizerView.h
+0
-1
Sources/VLCEqualizerView.m
Sources/VLCEqualizerView.m
+1
-0
Sources/VLCMovieViewController.m
Sources/VLCMovieViewController.m
+1
-0
No files found.
Sources/VLCEqualizerView.h
View file @
c5a6da11
...
...
@@ -12,7 +12,6 @@
#import <UIKit/UIKit.h>
#import "VLCFrostedGlasView.h"
#import "VLCSlider.h"
@protocol
VLCEqualizerViewDelegate
<
NSObject
>
...
...
Sources/VLCEqualizerView.m
View file @
c5a6da11
...
...
@@ -15,6 +15,7 @@
#import "VLCTrackSelectorTableViewCell.h"
#import "VLCTrackSelectorHeaderView.h"
#import "UIDevice+VLC.h"
#import "VLCSlider.h"
#define PROFILE_SELECTOR_TABLEVIEW_SECTIONHEADER @"profile selector table section header"
#define PROFILE_SELECTOR_TABLEVIEW_CELL @"profile selector table view cell"
...
...
Sources/VLCMovieViewController.m
View file @
c5a6da11
...
...
@@ -33,6 +33,7 @@
#import "VLCAppDelegate.h"
#import "VLCStatusLabel.h"
#import "VLCMovieViewControlPanelViewController.h"
#import "VLCSlider.h"
#define FORWARD_SWIPE_DURATION 30
#define BACKWARD_SWIPE_DURATION 10
...
...
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