Steven 3 месяцев назад
Родитель
Сommit
f2186848a5

+ 2 - 2
KulexiuForTeacher/KulexiuForTeacher.xcodeproj/xcshareddata/xcschemes/KulexiuForTeacher.xcscheme

@@ -52,7 +52,7 @@
       </Testables>
    </TestAction>
    <LaunchAction
-      buildConfiguration = "DEV"
+      buildConfiguration = "TEST"
       selectedDebuggerIdentifier = "Xcode.DebuggerFoundation.Debugger.LLDB"
       selectedLauncherIdentifier = "Xcode.DebuggerFoundation.Launcher.LLDB"
       launchStyle = "0"
@@ -93,7 +93,7 @@
       buildConfiguration = "Debug">
    </AnalyzeAction>
    <ArchiveAction
-      buildConfiguration = "DEV"
+      buildConfiguration = "TEST"
       revealArchiveInOrganizer = "YES">
    </ArchiveAction>
 </Scheme>

+ 2 - 1
KulexiuForTeacher/KulexiuForTeacher/Module/Course/View/CourseGroupView/CourseGroupPlanDescView.m

@@ -20,8 +20,9 @@
     [super awakeFromNib];
     self.textView.delegate = self;
     self.textView.textContainer.lineFragmentPadding = 0;
-    self.textView.textContainerInset = UIEdgeInsetsZero;
+    self.textView.textContainerInset = UIEdgeInsetsMake(0, 0, 0, 4);
 }
+
 + (instancetype)sharedInstance {
     CourseGroupPlanDescView *view = [[[NSBundle mainBundle] loadNibNamed:@"CourseGroupPlanDescView" owner:nil options:nil] firstObject];
     return view;

+ 3 - 3
KulexiuForTeacher/KulexiuForTeacher/Module/Course/View/CourseGroupView/CourseGroupPlanDescView.xib

@@ -53,8 +53,8 @@
                                 <action selector="buttonAction:" destination="iN0-l3-epB" eventType="touchUpInside" id="7O5-OQ-PEc"/>
                             </connections>
                         </button>
-                        <textView clipsSubviews="YES" multipleTouchEnabled="YES" contentMode="scaleToFill" editable="NO" textAlignment="natural" selectable="NO" translatesAutoresizingMaskIntoConstraints="NO" id="djD-FS-SLG">
-                            <rect key="frame" x="12" y="42" width="369" height="81"/>
+                        <textView clipsSubviews="YES" multipleTouchEnabled="YES" contentMode="scaleToFill" showsHorizontalScrollIndicator="NO" editable="NO" textAlignment="natural" selectable="NO" translatesAutoresizingMaskIntoConstraints="NO" id="djD-FS-SLG">
+                            <rect key="frame" x="12" y="42" width="373" height="81"/>
                             <color key="backgroundColor" systemColor="systemBackgroundColor"/>
                             <color key="textColor" red="0.46666666666666667" green="0.46666666666666667" blue="0.46666666666666667" alpha="1" colorSpace="custom" customColorSpace="sRGB"/>
                             <fontDescription key="fontDescription" type="system" pointSize="13"/>
@@ -71,7 +71,7 @@
                         <constraint firstItem="djD-FS-SLG" firstAttribute="leading" secondItem="7vY-rm-il4" secondAttribute="leading" constant="12" id="aeJ-Cj-3JN"/>
                         <constraint firstItem="gyP-HZ-5E0" firstAttribute="top" secondItem="7vY-rm-il4" secondAttribute="top" constant="5" id="cqp-5F-Lnx"/>
                         <constraint firstItem="0CG-ac-gwS" firstAttribute="top" secondItem="7vY-rm-il4" secondAttribute="top" constant="12" id="fFp-ya-en1"/>
-                        <constraint firstAttribute="trailing" secondItem="djD-FS-SLG" secondAttribute="trailing" constant="12" id="hNV-TX-AfM"/>
+                        <constraint firstAttribute="trailing" secondItem="djD-FS-SLG" secondAttribute="trailing" constant="8" id="hNV-TX-AfM"/>
                         <constraint firstItem="Ext-kp-pD1" firstAttribute="leading" secondItem="0CG-ac-gwS" secondAttribute="trailing" constant="6" id="jhx-Yc-Zkl"/>
                         <constraint firstItem="Ext-kp-pD1" firstAttribute="centerY" secondItem="0CG-ac-gwS" secondAttribute="centerY" id="msL-eA-jvm"/>
                         <constraint firstItem="17Y-QM-ifr" firstAttribute="centerY" secondItem="Ext-kp-pD1" secondAttribute="centerY" id="mvg-ov-0fM"/>

+ 5 - 0
KulexiuForTeacher/Pods/Pods.xcodeproj/xcuserdata/wangzhi.xcuserdatad/xcschemes/xcschememanagement.plist

@@ -224,6 +224,11 @@
 			<key>isShown</key>
 			<false/>
 		</dict>
+		<key>White_YYModel.xcscheme</key>
+		<dict>
+			<key>isShown</key>
+			<false/>
+		</dict>
 		<key>Whiteboard-Whiteboard.xcscheme</key>
 		<dict>
 			<key>isShown</key>