Skip to content

Commit

Permalink
[fix] blur view
Browse files Browse the repository at this point in the history
  • Loading branch information
Juhyeoklee committed Nov 13, 2020
1 parent e94227d commit bfc506c
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Mongle/Mongle/Resource/Storyboard/ThemeInfo.storyboard
Original file line number Diff line number Diff line change
Expand Up @@ -119,10 +119,10 @@
</constraints>
</view>
<view contentMode="scaleToFill" translatesAutoresizingMaskIntoConstraints="NO" id="Hu0-vn-sXz">
<rect key="frame" x="0.0" y="218.33333333333334" width="375" height="497.66666666666663"/>
<rect key="frame" x="0.0" y="218.33333333333334" width="375" height="502.66666666666663"/>
<subviews>
<tableView clipsSubviews="YES" contentMode="scaleToFill" alwaysBounceVertical="YES" showsHorizontalScrollIndicator="NO" showsVerticalScrollIndicator="NO" dataMode="prototypes" style="plain" separatorStyle="none" rowHeight="-1" estimatedRowHeight="-1" sectionHeaderHeight="19" sectionFooterHeight="1" translatesAutoresizingMaskIntoConstraints="NO" id="7tc-cv-PKZ">
<rect key="frame" x="0.0" y="0.0" width="375" height="497.66666666666669"/>
<rect key="frame" x="0.0" y="0.0" width="375" height="502.66666666666669"/>
<color key="backgroundColor" systemColor="systemBackgroundColor"/>
<prototypes>
<tableViewCell clipsSubviews="YES" contentMode="scaleToFill" insetsLayoutMarginsFromSafeArea="NO" selectionStyle="blue" hidesAccessoryWhenEditing="NO" indentationLevel="1" indentationWidth="0.0" reuseIdentifier="SentenceInThemeTVC" id="en6-lY-0C6" customClass="SentenceInThemeTVC" customModule="Mongle" customModuleProvider="target">
Expand Down Expand Up @@ -317,7 +317,7 @@
<constraint firstItem="i8f-0R-EAS" firstAttribute="top" secondItem="ron-ju-hMk" secondAttribute="top" id="QmH-PI-4FL"/>
<constraint firstItem="ron-ju-hMk" firstAttribute="top" secondItem="KBc-dx-DTB" secondAttribute="top" id="VkY-vB-gWq"/>
<constraint firstItem="i8f-0R-EAS" firstAttribute="trailing" secondItem="ron-ju-hMk" secondAttribute="trailing" id="ZtR-kq-4UJ"/>
<constraint firstItem="sOx-yo-vKk" firstAttribute="top" secondItem="Hu0-vn-sXz" secondAttribute="bottom" constant="-50" id="g7d-zJ-Swf"/>
<constraint firstItem="sOx-yo-vKk" firstAttribute="top" secondItem="Hu0-vn-sXz" secondAttribute="bottom" constant="-55" id="g7d-zJ-Swf"/>
<constraint firstItem="i8f-0R-EAS" firstAttribute="bottom" secondItem="ron-ju-hMk" secondAttribute="bottom" id="hMN-Kh-aFv"/>
<constraint firstItem="sOx-yo-vKk" firstAttribute="leading" secondItem="CjG-wk-vGM" secondAttribute="leading" id="uen-wl-YQe"/>
<constraint firstItem="i8f-0R-EAS" firstAttribute="leading" secondItem="ron-ju-hMk" secondAttribute="leading" id="yY9-se-SVS"/>
Expand Down

0 comments on commit bfc506c

Please sign in to comment.