Skip to content

Commit b1e7ea3

Browse files
committed
fix unseectable tableview footer
Change-Id: I41de48ff6e46bce0338999158215f156bc1bd703
1 parent f9e7d8c commit b1e7ea3

File tree

1 file changed

+4
-5
lines changed

1 file changed

+4
-5
lines changed

FirebaseAuthUI/FUIPasswordSignUpViewController.xib

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,10 @@
11
<?xml version="1.0" encoding="UTF-8"?>
2-
<document type="com.apple.InterfaceBuilder3.CocoaTouch.XIB" version="3.0" toolsVersion="12121" systemVersion="16F73" targetRuntime="iOS.CocoaTouch" propertyAccessControl="none" useAutolayout="YES" useTraitCollections="YES" colorMatched="YES">
2+
<document type="com.apple.InterfaceBuilder3.CocoaTouch.XIB" version="3.0" toolsVersion="13771" targetRuntime="iOS.CocoaTouch" propertyAccessControl="none" useAutolayout="YES" useTraitCollections="YES" colorMatched="YES">
33
<device id="retina4_7" orientation="portrait">
44
<adaptation id="fullscreen"/>
55
</device>
66
<dependencies>
7-
<deployment identifier="iOS"/>
8-
<plugIn identifier="com.apple.InterfaceBuilder.IBCocoaTouchPlugin" version="12089"/>
7+
<plugIn identifier="com.apple.InterfaceBuilder.IBCocoaTouchPlugin" version="13772"/>
98
<capability name="documents saved in the Xcode 8 format" minToolsVersion="8.0"/>
109
</dependencies>
1110
<objects>
@@ -25,10 +24,10 @@
2524
<rect key="frame" x="0.0" y="0.0" width="375" height="667"/>
2625
<color key="backgroundColor" red="0.93725490199999995" green="0.93725490199999995" blue="0.95686274510000002" alpha="1" colorSpace="custom" customColorSpace="sRGB"/>
2726
<view key="tableFooterView" contentMode="scaleToFill" id="uep-ps-dg1">
28-
<rect key="frame" x="0.0" y="627.5" width="375" height="65"/>
27+
<rect key="frame" x="0.0" y="896.5" width="375" height="65"/>
2928
<autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMaxY="YES"/>
3029
<subviews>
31-
<textView clipsSubviews="YES" multipleTouchEnabled="YES" contentMode="scaleToFill" bounces="NO" scrollEnabled="NO" editable="NO" text="By tapping Next you are indicating that you agree to the Terms of Service." textAlignment="natural" selectable="NO" translatesAutoresizingMaskIntoConstraints="NO" id="MCr-Ut-Fly">
30+
<textView clipsSubviews="YES" multipleTouchEnabled="YES" contentMode="scaleToFill" bounces="NO" scrollEnabled="NO" editable="NO" text="By tapping Next you are indicating that you agree to the Terms of Service." textAlignment="natural" translatesAutoresizingMaskIntoConstraints="NO" id="MCr-Ut-Fly">
3231
<rect key="frame" x="8" y="0.0" width="359" height="65"/>
3332
<color key="backgroundColor" red="0.0" green="0.0" blue="0.0" alpha="0.0" colorSpace="custom" customColorSpace="sRGB"/>
3433
<color key="textColor" red="0.0" green="0.0" blue="0.0" alpha="0.28999999999999998" colorSpace="custom" customColorSpace="sRGB"/>

0 commit comments

Comments
 (0)