Skip to content

Commit 295b81c

Browse files
committed
Disable scroll on user phone/email on profile view
1 parent 776d282 commit 295b81c

File tree

2 files changed

+9
-9
lines changed

2 files changed

+9
-9
lines changed

Mage/Base.lproj/Main_iPad.storyboard

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<?xml version="1.0" encoding="UTF-8"?>
2-
<document type="com.apple.InterfaceBuilder3.CocoaTouch.Storyboard.XIB" version="3.0" toolsVersion="12120" systemVersion="16E195" targetRuntime="iOS.CocoaTouch.iPad" propertyAccessControl="none" useAutolayout="YES" colorMatched="YES" initialViewController="ULt-lH-XLM">
2+
<document type="com.apple.InterfaceBuilder3.CocoaTouch.Storyboard.XIB" version="3.0" toolsVersion="12120" systemVersion="16F73" targetRuntime="iOS.CocoaTouch.iPad" propertyAccessControl="none" useAutolayout="YES" colorMatched="YES" initialViewController="ULt-lH-XLM">
33
<device id="ipad9_7" orientation="portrait">
44
<adaptation id="fullscreen"/>
55
</device>
@@ -327,7 +327,7 @@
327327
<objects>
328328
<navigationController id="eCr-Py-gK2" sceneMemberID="viewController">
329329
<value key="contentSizeForViewInPopover" type="size" width="600" height="450"/>
330-
<navigationBar key="navigationBar" contentMode="scaleToFill" misplaced="YES" translucent="NO" id="8iJ-Xf-M2G">
330+
<navigationBar key="navigationBar" contentMode="scaleToFill" translucent="NO" id="8iJ-Xf-M2G">
331331
<rect key="frame" x="0.0" y="0.0" width="768" height="44"/>
332332
<autoresizingMask key="autoresizingMask"/>
333333
<color key="tintColor" white="1" alpha="1" colorSpace="calibratedWhite"/>
@@ -480,7 +480,7 @@
480480
<constraint firstAttribute="width" constant="14" id="JHQ-XH-3If"/>
481481
</constraints>
482482
</imageView>
483-
<textView clipsSubviews="YES" multipleTouchEnabled="YES" contentMode="scaleToFill" editable="NO" text="303-333-4444" translatesAutoresizingMaskIntoConstraints="NO" id="Ykw-Tt-GAI">
483+
<textView clipsSubviews="YES" multipleTouchEnabled="YES" contentMode="scaleToFill" scrollEnabled="NO" editable="NO" text="303-333-4444" translatesAutoresizingMaskIntoConstraints="NO" id="Ykw-Tt-GAI">
484484
<rect key="frame" x="20" y="0.0" width="732" height="24"/>
485485
<color key="backgroundColor" red="1" green="1" blue="1" alpha="1" colorSpace="custom" customColorSpace="sRGB"/>
486486
<accessibility key="accessibilityConfiguration">
@@ -514,7 +514,7 @@
514514
<constraint firstAttribute="height" constant="14" id="tbe-2Q-XS6"/>
515515
</constraints>
516516
</imageView>
517-
<textView clipsSubviews="YES" multipleTouchEnabled="YES" contentMode="scaleToFill" editable="NO" text="[email protected]" translatesAutoresizingMaskIntoConstraints="NO" id="SwB-UD-7eo">
517+
<textView clipsSubviews="YES" multipleTouchEnabled="YES" contentMode="scaleToFill" scrollEnabled="NO" editable="NO" text="[email protected]" translatesAutoresizingMaskIntoConstraints="NO" id="SwB-UD-7eo">
518518
<rect key="frame" x="20" y="0.0" width="732" height="24"/>
519519
<color key="backgroundColor" red="1" green="1" blue="1" alpha="1" colorSpace="custom" customColorSpace="sRGB"/>
520520
<constraints>
@@ -1065,7 +1065,7 @@
10651065
<scene sceneID="Fwf-DH-hHp">
10661066
<objects>
10671067
<navigationController navigationBarHidden="YES" id="ULt-lH-XLM" sceneMemberID="viewController">
1068-
<navigationBar key="navigationBar" contentMode="scaleToFill" misplaced="YES" id="N2S-nA-2js">
1068+
<navigationBar key="navigationBar" contentMode="scaleToFill" id="N2S-nA-2js">
10691069
<rect key="frame" x="0.0" y="0.0" width="768" height="44"/>
10701070
<autoresizingMask key="autoresizingMask"/>
10711071
</navigationBar>
@@ -1099,7 +1099,7 @@
10991099
<scene sceneID="qmD-7J-9em">
11001100
<objects>
11011101
<navigationController storyboardIdentifier="MageDetailViewController" id="biE-nW-pHC" sceneMemberID="viewController">
1102-
<navigationBar key="navigationBar" contentMode="scaleToFill" misplaced="YES" id="WMu-eP-G37">
1102+
<navigationBar key="navigationBar" contentMode="scaleToFill" id="WMu-eP-G37">
11031103
<rect key="frame" x="0.0" y="0.0" width="768" height="44"/>
11041104
<autoresizingMask key="autoresizingMask"/>
11051105
<color key="tintColor" red="0.97530043125152588" green="0.97527122497558594" blue="0.9752877950668335" alpha="1" colorSpace="custom" customColorSpace="sRGB"/>

Mage/Base.lproj/Main_iPhone.storyboard

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<?xml version="1.0" encoding="UTF-8"?>
2-
<document type="com.apple.InterfaceBuilder3.CocoaTouch.Storyboard.XIB" version="3.0" toolsVersion="12120" systemVersion="16E195" targetRuntime="iOS.CocoaTouch" propertyAccessControl="none" useAutolayout="YES" useTraitCollections="YES" colorMatched="YES" initialViewController="TUi-FW-u5I">
2+
<document type="com.apple.InterfaceBuilder3.CocoaTouch.Storyboard.XIB" version="3.0" toolsVersion="12120" systemVersion="16F73" targetRuntime="iOS.CocoaTouch" propertyAccessControl="none" useAutolayout="YES" useTraitCollections="YES" colorMatched="YES" initialViewController="TUi-FW-u5I">
33
<device id="retina4_7" orientation="portrait">
44
<adaptation id="fullscreen"/>
55
</device>
@@ -2138,7 +2138,7 @@
21382138
<constraint firstAttribute="width" constant="14" id="jYa-6q-8kk"/>
21392139
</constraints>
21402140
</imageView>
2141-
<textView clipsSubviews="YES" multipleTouchEnabled="YES" contentMode="scaleToFill" editable="NO" text="303-333-4444" translatesAutoresizingMaskIntoConstraints="NO" id="FAA-xU-WJK">
2141+
<textView clipsSubviews="YES" multipleTouchEnabled="YES" contentMode="scaleToFill" scrollEnabled="NO" editable="NO" text="303-333-4444" translatesAutoresizingMaskIntoConstraints="NO" id="FAA-xU-WJK">
21422142
<rect key="frame" x="20" y="0.0" width="339" height="24"/>
21432143
<color key="backgroundColor" red="1" green="1" blue="1" alpha="1" colorSpace="custom" customColorSpace="sRGB"/>
21442144
<accessibility key="accessibilityConfiguration">
@@ -2172,7 +2172,7 @@
21722172
<constraint firstAttribute="height" constant="14" id="b9a-G0-4r6"/>
21732173
</constraints>
21742174
</imageView>
2175-
<textView clipsSubviews="YES" multipleTouchEnabled="YES" contentMode="scaleToFill" editable="NO" text="[email protected]" translatesAutoresizingMaskIntoConstraints="NO" id="0fb-1Y-2Qv">
2175+
<textView clipsSubviews="YES" multipleTouchEnabled="YES" contentMode="scaleToFill" scrollEnabled="NO" editable="NO" text="[email protected]" translatesAutoresizingMaskIntoConstraints="NO" id="0fb-1Y-2Qv">
21762176
<rect key="frame" x="20" y="0.0" width="339" height="24"/>
21772177
<color key="backgroundColor" red="1" green="1" blue="1" alpha="1" colorSpace="custom" customColorSpace="sRGB"/>
21782178
<constraints>

0 commit comments

Comments
 (0)