浏览代码

cosmetics

Felix Paul Kühne 11 年之前
父节点
当前提交
10649b507d
共有 2 个文件被更改,包括 2 次插入2 次删除
  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>
 				<integer>1</integer>
 			</dict>
 			</dict>
 			<key>Translucent</key>
 			<key>Translucent</key>
-			<false/>
+			<true/>
 		</dict>
 		</dict>
 	</dict>
 	</dict>
 	<key>UISupportedInterfaceOrientations</key>
 	<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
 - (UIEdgeInsets)collectionView:(UICollectionView *)collectionView layout:(UICollectionViewLayout *)collectionViewLayout insetForSectionAtIndex:(NSInteger)section
 {
 {
     if (SYSTEM_RUNS_IOS7_OR_LATER)
     if (SYSTEM_RUNS_IOS7_OR_LATER)
-        return UIEdgeInsetsMake(0., 0., 0., 0.);
+        return UIEdgeInsetsZero;
     return UIEdgeInsetsMake(0.0, 34.0, 0.0, 34.0);
     return UIEdgeInsetsMake(0.0, 34.0, 0.0, 34.0);
 }
 }