Browse Source

iphone 7 bug fixed

v0.17
yajan 2 years ago
parent
commit
fd3aa62b11
  1. 8
      GME Remit/Modules/InviteUser/User Interface/View/InviteUser.storyboard
  2. 2
      GME Remit/Modules/InviteUser/User Interface/View/InviteView.swift

8
GME Remit/Modules/InviteUser/User Interface/View/InviteUser.storyboard

@ -21,10 +21,10 @@
<autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/>
<subviews>
<view contentMode="scaleToFill" translatesAutoresizingMaskIntoConstraints="NO" id="jOn-0D-dtz">
<rect key="frame" x="10" y="8" width="355" height="250"/>
<rect key="frame" x="10" y="8" width="355" height="220"/>
<subviews>
<stackView opaque="NO" contentMode="scaleToFill" spacing="10" translatesAutoresizingMaskIntoConstraints="NO" id="eu9-HM-scH">
<rect key="frame" x="61" y="90" width="233" height="70"/>
<rect key="frame" x="61" y="75" width="233" height="70"/>
<subviews>
<imageView clipsSubviews="YES" userInteractionEnabled="NO" contentMode="scaleAspectFit" horizontalHuggingPriority="251" verticalHuggingPriority="251" image="ic_reward" translatesAutoresizingMaskIntoConstraints="NO" id="Ilh-q9-hBr">
<rect key="frame" x="0.0" y="0.0" width="70" height="70"/>
@ -64,13 +64,13 @@
</subviews>
<color key="backgroundColor" name="ThemeMixedRed"/>
<constraints>
<constraint firstAttribute="height" constant="250" id="BSS-YV-GyU"/>
<constraint firstAttribute="height" constant="220" id="BSS-YV-GyU"/>
<constraint firstItem="eu9-HM-scH" firstAttribute="centerY" secondItem="jOn-0D-dtz" secondAttribute="centerY" id="FZq-uV-ivV"/>
<constraint firstItem="eu9-HM-scH" firstAttribute="centerX" secondItem="jOn-0D-dtz" secondAttribute="centerX" id="V64-yg-wsa"/>
</constraints>
</view>
<view contentMode="scaleToFill" translatesAutoresizingMaskIntoConstraints="NO" id="kRU-ZJ-Bxs">
<rect key="frame" x="30" y="208" width="315" height="459"/>
<rect key="frame" x="30" y="178" width="315" height="489"/>
<color key="backgroundColor" name="ThemeSubBackground"/>
</view>
</subviews>

2
GME Remit/Modules/InviteUser/User Interface/View/InviteView.swift

@ -21,7 +21,7 @@ class InviteView: UIView {
lazy var referStackView: UIStackView = {
let stackView = UIStackView()
stackView.axis = .vertical
stackView.spacing = 20
stackView.spacing = 10
stackView.translatesAutoresizingMaskIntoConstraints = false
return stackView
}()

Loading…
Cancel
Save