File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 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 >
Original file line number Diff line number Diff 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 }];
You can’t perform that action at this time.
0 commit comments