Skip to content

Commit f37db37

Browse files
authored
Merge pull request #22 from BE-SOPT-Collaboration-Seminar-Coinone/feature/#1
팝업 뷰 버튼 간격 조정
2 parents 63adf61 + 954869a commit f37db37

File tree

1 file changed

+9
-5
lines changed

1 file changed

+9
-5
lines changed

Coinone-iOS/Coinone-iOS/Resource/Storyboards/MyPopup.storyboard

Lines changed: 9 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -40,11 +40,14 @@
4040
<rect key="frame" x="0.0" y="306" width="286" height="43"/>
4141
<subviews>
4242
<view contentMode="scaleToFill" translatesAutoresizingMaskIntoConstraints="NO" id="QQw-Tq-Jqp">
43-
<rect key="frame" x="142" y="0.0" width="0.66666666666665719" height="43"/>
43+
<rect key="frame" x="142.66666666666666" y="0.0" width="1" height="43"/>
4444
<color key="backgroundColor" red="0.94117647058823528" green="0.94117647058823528" blue="0.94117647058823528" alpha="1" colorSpace="calibratedRGB"/>
45+
<constraints>
46+
<constraint firstAttribute="width" constant="1" id="PNk-FF-k4w"/>
47+
</constraints>
4548
</view>
4649
<button opaque="NO" contentMode="scaleToFill" contentHorizontalAlignment="center" contentVerticalAlignment="center" buttonType="system" lineBreakMode="middleTruncation" translatesAutoresizingMaskIntoConstraints="NO" id="1hS-Ed-AcJ">
47-
<rect key="frame" x="33" y="13" width="73" height="17"/>
50+
<rect key="frame" x="33.000000000000007" y="13" width="75.666666666666686" height="17"/>
4851
<constraints>
4952
<constraint firstAttribute="height" constant="17" id="4Ne-ug-rI5"/>
5053
</constraints>
@@ -57,7 +60,7 @@
5760
</connections>
5861
</button>
5962
<button opaque="NO" contentMode="scaleToFill" contentHorizontalAlignment="center" contentVerticalAlignment="center" buttonType="system" lineBreakMode="middleTruncation" translatesAutoresizingMaskIntoConstraints="NO" id="DmL-Mf-1al">
60-
<rect key="frame" x="199" y="13" width="30" height="17"/>
63+
<rect key="frame" x="196.66666666666666" y="13" width="32.333333333333343" height="17"/>
6164
<fontDescription key="fontDescription" name="NotoSansKR-Light" family="Noto Sans KR" pointSize="12"/>
6265
<state key="normal" title="닫기">
6366
<color key="titleColor" white="0.0" alpha="1" colorSpace="custom" customColorSpace="genericGamma22GrayColorSpace"/>
@@ -72,13 +75,13 @@
7275
<constraint firstAttribute="bottom" secondItem="1hS-Ed-AcJ" secondAttribute="bottom" constant="13" id="2xl-Ys-Jmj"/>
7376
<constraint firstItem="1hS-Ed-AcJ" firstAttribute="leading" secondItem="07p-MS-lCU" secondAttribute="leading" constant="33" id="8Ap-rQ-ue4"/>
7477
<constraint firstAttribute="trailing" secondItem="DmL-Mf-1al" secondAttribute="trailing" constant="57" id="9cT-pM-UFN"/>
78+
<constraint firstItem="QQw-Tq-Jqp" firstAttribute="leading" secondItem="1hS-Ed-AcJ" secondAttribute="trailing" constant="34" id="Jdl-lA-U4k"/>
7579
<constraint firstItem="1hS-Ed-AcJ" firstAttribute="centerY" secondItem="DmL-Mf-1al" secondAttribute="centerY" id="SHh-3h-Nzx"/>
7680
<constraint firstAttribute="bottom" secondItem="DmL-Mf-1al" secondAttribute="bottom" constant="13" id="TNG-oS-x4v"/>
7781
<constraint firstAttribute="bottom" secondItem="QQw-Tq-Jqp" secondAttribute="bottom" id="Thr-OM-rvb"/>
7882
<constraint firstItem="QQw-Tq-Jqp" firstAttribute="top" secondItem="07p-MS-lCU" secondAttribute="top" id="bGH-do-sA7"/>
79-
<constraint firstItem="QQw-Tq-Jqp" firstAttribute="leading" secondItem="1hS-Ed-AcJ" secondAttribute="trailing" constant="36" id="gyl-7F-rKd"/>
83+
<constraint firstItem="DmL-Mf-1al" firstAttribute="leading" secondItem="QQw-Tq-Jqp" secondAttribute="trailing" constant="53" id="g4B-Sc-ah3"/>
8084
<constraint firstItem="DmL-Mf-1al" firstAttribute="top" secondItem="07p-MS-lCU" secondAttribute="top" constant="13" id="nIz-fc-c7w"/>
81-
<constraint firstItem="DmL-Mf-1al" firstAttribute="leading" secondItem="QQw-Tq-Jqp" secondAttribute="trailing" constant="56.329999999999998" id="oQh-vW-COe"/>
8285
<constraint firstItem="1hS-Ed-AcJ" firstAttribute="top" secondItem="07p-MS-lCU" secondAttribute="top" constant="13" id="q44-sp-6Eg"/>
8386
</constraints>
8487
</view>
@@ -94,6 +97,7 @@
9497
<constraint firstAttribute="bottom" secondItem="07p-MS-lCU" secondAttribute="bottom" id="5Fi-4q-yhA"/>
9598
<constraint firstItem="07p-MS-lCU" firstAttribute="centerX" secondItem="mCI-ro-cBy" secondAttribute="centerX" id="6VX-F3-zAa"/>
9699
<constraint firstAttribute="trailing" secondItem="07p-MS-lCU" secondAttribute="trailing" id="DhC-Hw-yOj"/>
100+
<constraint firstItem="QQw-Tq-Jqp" firstAttribute="centerX" secondItem="mCI-ro-cBy" secondAttribute="centerX" id="RpH-Fr-bzt"/>
97101
<constraint firstItem="3p4-rm-ztk" firstAttribute="centerX" secondItem="mCI-ro-cBy" secondAttribute="centerX" id="TF2-jK-wB4"/>
98102
<constraint firstItem="tDQ-lU-acf" firstAttribute="top" secondItem="3p4-rm-ztk" secondAttribute="bottom" constant="3" id="Un8-2T-RwT"/>
99103
<constraint firstItem="07p-MS-lCU" firstAttribute="leading" secondItem="mCI-ro-cBy" secondAttribute="leading" id="cJD-W3-GSG"/>

0 commit comments

Comments
 (0)