Skip to content

Commit 9b4d2c7

Browse files
committed
Logo 位置调整
1 parent dd4f48b commit 9b4d2c7

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

246 Bytes
Loading

Coding_iOS/Launch Screen.xib

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,13 +17,13 @@
1717
<rect key="frame" x="0.0" y="0.0" width="480" height="852"/>
1818
<subviews>
1919
<imageView opaque="NO" clipsSubviews="YES" multipleTouchEnabled="YES" contentMode="scaleAspectFit" image="logo_coding_top.png" translatesAutoresizingMaskIntoConstraints="NO" id="YxK-r8-9T5">
20-
<rect key="frame" x="80" y="142" width="320" height="80"/>
20+
<rect key="frame" x="80" y="122" width="320" height="80"/>
2121
</imageView>
2222
</subviews>
2323
<color key="backgroundColor" white="0.0" alpha="1" colorSpace="calibratedWhite"/>
2424
<constraints>
2525
<constraint firstAttribute="centerX" secondItem="YxK-r8-9T5" secondAttribute="centerX" id="ARb-jy-Fqb"/>
26-
<constraint firstItem="YxK-r8-9T5" firstAttribute="top" secondItem="hsM-50-FIo" secondAttribute="bottom" multiplier="1:6" id="PxA-nu-h0z"/>
26+
<constraint firstItem="YxK-r8-9T5" firstAttribute="top" secondItem="hsM-50-FIo" secondAttribute="bottom" multiplier="1:7" id="PxA-nu-h0z"/>
2727
<constraint firstItem="YxK-r8-9T5" firstAttribute="height" secondItem="hsM-50-FIo" secondAttribute="width" multiplier="1:6" id="Xxl-kL-4QF"/>
2828
<constraint firstItem="YxK-r8-9T5" firstAttribute="width" secondItem="hsM-50-FIo" secondAttribute="width" multiplier="2:3" id="kvb-6i-hMX"/>
2929
</constraints>

Coding_iOS/Views/EaseStartView.m

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ - (instancetype)initWithBgImage:(UIImage *)bgImage logoIcon:(UIImage *)logoIcon
5757

5858
[_logoIconView mas_makeConstraints:^(MASConstraintMaker *make) {
5959
make.centerX.equalTo(self);
60-
make.top.mas_equalTo(kScreen_Height/6);
60+
make.top.mas_equalTo(kScreen_Height/7);
6161
make.width.mas_equalTo(kScreen_Width *2/3);
6262
make.height.mas_equalTo(kScreen_Width/4 *2/3);
6363
}];

0 commit comments

Comments
 (0)