Skip to content

Commit d007ca6

Browse files
committed
Make textviews un-editable
1 parent 8219f23 commit d007ca6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Prime Numbers/Primes/Primes/Base.lproj/Main.storyboard

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,13 +20,13 @@
2020
<subviews>
2121
<stackView opaque="NO" contentMode="scaleToFill" axis="vertical" distribution="fillEqually" spacing="8" translatesAutoresizingMaskIntoConstraints="NO" id="bQv-Df-Olo">
2222
<subviews>
23-
<textView clipsSubviews="YES" multipleTouchEnabled="YES" contentMode="scaleToFill" text="Getting primes using the sieve of Eratosthenes..." textAlignment="natural" translatesAutoresizingMaskIntoConstraints="NO" id="4V8-CM-o6m">
23+
<textView clipsSubviews="YES" multipleTouchEnabled="YES" contentMode="scaleToFill" editable="NO" text="Getting primes using the sieve of Eratosthenes..." textAlignment="natural" translatesAutoresizingMaskIntoConstraints="NO" id="4V8-CM-o6m">
2424
<color key="backgroundColor" red="0.0" green="0.47843137250000001" blue="0.69411764710000001" alpha="1" colorSpace="calibratedRGB"/>
2525
<color key="textColor" white="1" alpha="1" colorSpace="calibratedWhite"/>
2626
<fontDescription key="fontDescription" type="system" pointSize="14"/>
2727
<textInputTraits key="textInputTraits" autocapitalizationType="sentences"/>
2828
</textView>
29-
<textView clipsSubviews="YES" multipleTouchEnabled="YES" contentMode="scaleToFill" text="Getting primes using Atkin's sieve..." textAlignment="natural" translatesAutoresizingMaskIntoConstraints="NO" id="FSt-V7-5y0">
29+
<textView clipsSubviews="YES" multipleTouchEnabled="YES" contentMode="scaleToFill" editable="NO" text="Getting primes using Atkin's sieve..." textAlignment="natural" translatesAutoresizingMaskIntoConstraints="NO" id="FSt-V7-5y0">
3030
<color key="backgroundColor" red="0.25098040700000002" green="0.50196081400000003" blue="0.0" alpha="1" colorSpace="calibratedRGB"/>
3131
<color key="textColor" white="1" alpha="1" colorSpace="calibratedWhite"/>
3232
<fontDescription key="fontDescription" type="system" pointSize="14"/>

0 commit comments

Comments
 (0)