xiongzhu 7 years ago
parent
commit
7d394b680f
4 changed files with 2 additions and 1 deletions
  1. BIN
      千模/.DS_Store
  2. 1 1
      千模/Info.plist
  3. BIN
      千模/Main/.DS_Store
  4. 1 0
      千模/Main/AdViewController.m

BIN
千模/.DS_Store


+ 1 - 1
千模/Info.plist

@@ -52,7 +52,7 @@
 		</dict>
 	</array>
 	<key>CFBundleVersion</key>
-	<string>4</string>
+	<string>6</string>
 	<key>ITSAppUsesNonExemptEncryption</key>
 	<false/>
 	<key>LSApplicationCategoryType</key>

BIN
千模/Main/.DS_Store


+ 1 - 0
千模/Main/AdViewController.m

@@ -137,6 +137,7 @@
         make.top.equalTo(self.img.mas_bottom).offset(16);
         make.height.mas_equalTo(40);
     }];
+    self.label.numberOfLines = 0;
     self.label.font = [UIFont systemFontOfSize:14];
     self.label.textColor = [UIColor blackColor];