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
10265946
Commit
10265946
authored
Jul 01, 2015
by
Felix Paul Kühne
Browse files
playback: iOS 8 layout fix (closes #14947)
parent
e9063039
Changes
1
Hide whitespace changes
Inline
Side-by-side
Sources/VLCMovieViewController.m
View file @
10265946
...
...
@@ -385,6 +385,7 @@ typedef NS_ENUM(NSInteger, VLCPanType) {
}
else
_sleepTimeDatePicker
.
backgroundColor
=
[
UIColor
blackColor
];
_sleepTimeDatePicker
.
tintColor
=
[
UIColor
VLCLightTextColor
];
_sleepTimeDatePicker
.
frame
=
CGRectMake
(
0
.,
0
.,
300
.,
162
.);
_sleepTimeDatePicker
.
autoresizingMask
=
UIViewAutoresizingFlexibleRightMargin
|
UIViewAutoresizingFlexibleLeftMargin
|
UIViewAutoresizingFlexibleBottomMargin
|
UIViewAutoresizingFlexibleTopMargin
;
[
_sleepTimerContainer
addSubview
:
_sleepTimeDatePicker
];
...
...
Felix Paul Kühne
@fkuehne
mentioned in commit
f367a603
·
Jul 01, 2015
mentioned in commit
f367a603
mentioned in commit f367a6035a25609a8698e9980908f587204a3a1f
Toggle commit list
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