소스 검색

playback: iOS 8 layout fix (closes #14947)

Felix Paul Kühne 10 년 전
부모
커밋
10265946ec
1개의 변경된 파일1개의 추가작업 그리고 0개의 파일을 삭제
  1. 1 0
      Sources/VLCMovieViewController.m

+ 1 - 0
Sources/VLCMovieViewController.m

@@ -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];