Skip to content

Commit

Permalink
Make text stories and comments selectable
Browse files Browse the repository at this point in the history
  • Loading branch information
goranmoomin committed Aug 25, 2020
1 parent edbd80b commit 6d75a07
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions HackerNews/Base.lproj/Main.storyboard
Original file line number Diff line number Diff line change
Expand Up @@ -1564,7 +1564,7 @@ Gw
<subviews>
<textField verticalHuggingPriority="750" horizontalCompressionResistancePriority="250" translatesAutoresizingMaskIntoConstraints="NO" id="wxP-xY-xEk">
<rect key="frame" x="0.0" y="0.0" width="410" height="36"/>
<textFieldCell key="cell" title="Story text" id="p6V-Rr-e4y">
<textFieldCell key="cell" selectable="YES" title="Story text" allowsEditingTextAttributes="YES" id="p6V-Rr-e4y">
<font key="font" metaFont="system"/>
<color key="textColor" name="labelColor" catalog="System" colorSpace="catalog"/>
<color key="backgroundColor" name="textBackgroundColor" catalog="System" colorSpace="catalog"/>
Expand Down Expand Up @@ -1781,7 +1781,7 @@ Gw
</stackView>
<textField horizontalHuggingPriority="251" verticalHuggingPriority="750" horizontalCompressionResistancePriority="250" translatesAutoresizingMaskIntoConstraints="NO" id="RUJ-DK-bxA">
<rect key="frame" x="6" y="8" width="435" height="16"/>
<textFieldCell key="cell" sendsActionOnEndEditing="YES" title="Comment Text" id="8c7-Bj-znj">
<textFieldCell key="cell" selectable="YES" sendsActionOnEndEditing="YES" title="Comment Text" allowsEditingTextAttributes="YES" id="8c7-Bj-znj">
<font key="font" usesAppearanceFont="YES"/>
<color key="textColor" name="controlTextColor" catalog="System" colorSpace="catalog"/>
<color key="backgroundColor" name="textBackgroundColor" catalog="System" colorSpace="catalog"/>
Expand Down

0 comments on commit 6d75a07

Please sign in to comment.