Skip to content

Commit

Permalink
170828 - 로그인 / 회원가입 alertview #207
Browse files Browse the repository at this point in the history
  • Loading branch information
JuneBuug committed Aug 28, 2017
1 parent 2926fab commit 2f59386
Showing 1 changed file with 7 additions and 3 deletions.
10 changes: 7 additions & 3 deletions iOSProject/pyunrihae/pyunrihae/Base.lproj/Main.storyboard
Original file line number Diff line number Diff line change
Expand Up @@ -1914,8 +1914,12 @@
</constraints>
</imageView>
<label opaque="NO" userInteractionEnabled="NO" alpha="0.0" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" text="오류가 났습니다." textAlignment="center" lineBreakMode="tailTruncation" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="mzZ-wP-2Vc">
<rect key="frame" x="141" y="78" width="93" height="17"/>
<rect key="frame" x="0.0" y="78" width="375" height="24"/>
<color key="backgroundColor" red="1" green="0.47061997649999998" blue="0.0" alpha="1" colorSpace="custom" customColorSpace="sRGB"/>
<constraints>
<constraint firstAttribute="width" constant="375" id="Bh0-fe-8FM"/>
<constraint firstAttribute="height" constant="24" id="ZU8-mn-wtp"/>
</constraints>
<fontDescription key="fontDescription" type="system" pointSize="14"/>
<color key="textColor" red="0.98477339760000004" green="1" blue="0.97554714320000002" alpha="1" colorSpace="custom" customColorSpace="sRGB"/>
<nil key="highlightedColor"/>
Expand Down Expand Up @@ -2080,11 +2084,11 @@
<nil key="highlightedColor"/>
</label>
<label opaque="NO" userInteractionEnabled="NO" alpha="0.0" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" text="오류가 났습니다." textAlignment="center" lineBreakMode="tailTruncation" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="lwj-zI-BFf">
<rect key="frame" x="0.0" y="86" width="375" height="17"/>
<rect key="frame" x="0.0" y="86" width="375" height="24"/>
<color key="backgroundColor" red="1" green="0.47061997649999998" blue="0.0" alpha="1" colorSpace="custom" customColorSpace="sRGB"/>
<constraints>
<constraint firstAttribute="width" constant="375" id="4O8-wT-JJK"/>
<constraint firstAttribute="height" constant="17" id="qlL-ml-76f"/>
<constraint firstAttribute="height" constant="24" id="qlL-ml-76f"/>
</constraints>
<fontDescription key="fontDescription" type="system" pointSize="14"/>
<color key="textColor" red="0.98477339760000004" green="1" blue="0.97554714320000002" alpha="1" colorSpace="custom" customColorSpace="sRGB"/>
Expand Down

0 comments on commit 2f59386

Please sign in to comment.