Skip to content

Commit

Permalink
Attempt to fix the scrollview. #32
Browse files Browse the repository at this point in the history
  • Loading branch information
jasonm23 committed Apr 11, 2018
1 parent aa7f76e commit bbcdda0
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion CutBox/CutBox/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
<key>CFBundleShortVersionString</key>
<string>1.0.16</string>
<key>CFBundleVersion</key>
<string>1608</string>
<string>1613</string>
<key>LSApplicationCategoryType</key>
<string>public.app-category.developer-tools</string>
<key>LSMinimumSystemVersion</key>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@
<stackView distribution="fillEqually" orientation="horizontal" alignment="top" spacing="5" horizontalStackHuggingPriority="249.99998474121094" verticalStackHuggingPriority="249.99998474121094" detachesHiddenViews="YES" translatesAutoresizingMaskIntoConstraints="NO" id="2wd-Z7-k0t">
<rect key="frame" x="5" y="5" width="926" height="207"/>
<subviews>
<scrollView borderType="none" autohidesScrollers="YES" horizontalLineScroll="19" horizontalPageScroll="0.0" verticalLineScroll="19" verticalPageScroll="0.0" hasHorizontalScroller="NO" hasVerticalScroller="NO" horizontalScrollElasticity="none" verticalScrollElasticity="allowed" translatesAutoresizingMaskIntoConstraints="NO" id="T18-14-tFk" userLabel="Table View">
<scrollView borderType="none" horizontalLineScroll="19" horizontalPageScroll="0.0" verticalLineScroll="19" verticalPageScroll="0.0" hasHorizontalScroller="NO" horizontalScrollElasticity="none" verticalScrollElasticity="allowed" translatesAutoresizingMaskIntoConstraints="NO" id="T18-14-tFk" userLabel="Table View">
<rect key="frame" x="0.0" y="2" width="461" height="205"/>
<clipView key="contentView" drawsBackground="NO" copiesOnScroll="NO" id="BOQ-ox-zBD">
<rect key="frame" x="0.0" y="0.0" width="461" height="205"/>
Expand Down Expand Up @@ -116,8 +116,8 @@
<rect key="frame" x="-100" y="-100" width="460" height="16"/>
<autoresizingMask key="autoresizingMask"/>
</scroller>
<scroller key="verticalScroller" hidden="YES" verticalHuggingPriority="750" horizontal="NO" id="whH-T9-Yh4">
<rect key="frame" x="-100" y="-100" width="16" height="205"/>
<scroller key="verticalScroller" verticalHuggingPriority="750" horizontal="NO" id="whH-T9-Yh4">
<rect key="frame" x="445" y="0.0" width="16" height="205"/>
<autoresizingMask key="autoresizingMask"/>
</scroller>
</scrollView>
Expand Down Expand Up @@ -194,9 +194,9 @@
<constraint firstItem="2wd-Z7-k0t" firstAttribute="leading" secondItem="i1H-32-5c7" secondAttribute="leading" constant="5" id="6pm-d1-jWY"/>
<constraint firstItem="3Ur-r1-gus" firstAttribute="top" secondItem="i1H-32-5c7" secondAttribute="top" constant="5" id="I5U-GI-2pd"/>
<constraint firstAttribute="bottom" secondItem="2wd-Z7-k0t" secondAttribute="bottom" constant="5" id="QPc-rB-QyP"/>
<constraint firstItem="2wd-Z7-k0t" firstAttribute="top" secondItem="3Ur-r1-gus" secondAttribute="bottom" constant="5" id="WoQ-eX-4Fv"/>
<constraint firstItem="3Ur-r1-gus" firstAttribute="leading" secondItem="i1H-32-5c7" secondAttribute="leading" constant="5" id="Zpy-jV-k4w"/>
<constraint firstAttribute="trailing" secondItem="2wd-Z7-k0t" secondAttribute="trailing" constant="5" id="adt-lN-Rbb"/>
<constraint firstItem="2wd-Z7-k0t" firstAttribute="top" secondItem="3Ur-r1-gus" secondAttribute="bottom" constant="5" id="cn7-oT-lYb"/>
<constraint firstAttribute="trailing" secondItem="3Ur-r1-gus" secondAttribute="trailing" constant="5" id="dJM-Sp-j3D"/>
</constraints>
</view>
Expand Down

0 comments on commit bbcdda0

Please sign in to comment.