Felix Paul Kühne hace 11 años
padre
commit
10649b507d
Se han modificado 2 ficheros con 2 adiciones y 2 borrados
  1. 1 1
      Sources/VLC for iOS-Info.plist
  2. 1 1
      Sources/VLCPlaylistViewController.m

+ 1 - 1
Sources/VLC for iOS-Info.plist

@@ -207,7 +207,7 @@
 				<integer>1</integer>
 			</dict>
 			<key>Translucent</key>
-			<false/>
+			<true/>
 		</dict>
 	</dict>
 	<key>UISupportedInterfaceOrientations</key>

+ 1 - 1
Sources/VLCPlaylistViewController.m

@@ -660,7 +660,7 @@ static NSString *kDisplayedFirstSteps = @"Did we display the first steps tutoria
 - (UIEdgeInsets)collectionView:(UICollectionView *)collectionView layout:(UICollectionViewLayout *)collectionViewLayout insetForSectionAtIndex:(NSInteger)section
 {
     if (SYSTEM_RUNS_IOS7_OR_LATER)
-        return UIEdgeInsetsMake(0., 0., 0., 0.);
+        return UIEdgeInsetsZero;
     return UIEdgeInsetsMake(0.0, 34.0, 0.0, 34.0);
 }