Skip to content

Commit 1e10444

Browse files
authored
Remove UISearchDisplayController (#732)
1 parent 3828cd5 commit 1e10444

File tree

2 files changed

+5
-21
lines changed

2 files changed

+5
-21
lines changed

PhoneAuth/FirebasePhoneAuthUI/CountryCode/FUICountryTableViewController.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ NS_ASSUME_NONNULL_BEGIN
2727
@end
2828

2929
@interface FUICountryTableViewController : UIViewController
30-
<UITableViewDelegate, UITableViewDataSource, UISearchBarDelegate, UISearchDisplayDelegate>
30+
<UITableViewDelegate, UITableViewDataSource, UISearchBarDelegate, UISearchResultsUpdating>
3131

3232
@property (nonatomic, weak) id<FUICountryTableViewDelegate> delegate;
3333

Lines changed: 4 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,14 @@
11
<?xml version="1.0" encoding="UTF-8"?>
2-
<document type="com.apple.InterfaceBuilder3.CocoaTouch.XIB" version="3.0" toolsVersion="11762" systemVersion="16E195" targetRuntime="iOS.CocoaTouch" propertyAccessControl="none" useAutolayout="YES" colorMatched="YES">
3-
<device id="retina4_7" orientation="portrait">
4-
<adaptation id="fullscreen"/>
5-
</device>
2+
<document type="com.apple.InterfaceBuilder3.CocoaTouch.XIB" version="3.0" toolsVersion="14835.7" targetRuntime="iOS.CocoaTouch" propertyAccessControl="none" useAutolayout="YES" colorMatched="YES">
3+
<device id="retina4_7" orientation="portrait" appearance="light"/>
64
<dependencies>
75
<deployment identifier="iOS"/>
8-
<plugIn identifier="com.apple.InterfaceBuilder.IBCocoaTouchPlugin" version="11757"/>
6+
<plugIn identifier="com.apple.InterfaceBuilder.IBCocoaTouchPlugin" version="14790.5"/>
97
<capability name="documents saved in the Xcode 8 format" minToolsVersion="8.0"/>
108
</dependencies>
119
<objects>
1210
<placeholder placeholderIdentifier="IBFilesOwner" id="-1" userLabel="File's Owner" customClass="FUICountryTableViewController">
1311
<connections>
14-
<outlet property="searchDisplayController" destination="KKj-HU-yLZ" id="CZ9-NZ-JAa"/>
1512
<outlet property="tableView" destination="hg9-yI-N8Q" id="iLe-xV-T7Y"/>
1613
<outlet property="view" destination="YSO-gq-Bsm" id="kL7-u3-M1t"/>
1714
</connections>
@@ -37,20 +34,7 @@
3734
<constraint firstAttribute="trailing" secondItem="hg9-yI-N8Q" secondAttribute="trailing" id="NbC-PZ-M9d"/>
3835
<constraint firstItem="hg9-yI-N8Q" firstAttribute="leading" secondItem="YSO-gq-Bsm" secondAttribute="leading" id="Tky-AD-NeZ"/>
3936
</constraints>
40-
<point key="canvasLocation" x="245" y="10"/>
37+
<point key="canvasLocation" x="355.07246376811599" y="6.6964285714285712"/>
4138
</view>
42-
<searchDisplayController id="KKj-HU-yLZ">
43-
<connections>
44-
<outlet property="delegate" destination="-1" id="oSi-5i-bxx"/>
45-
<outlet property="searchContentsController" destination="-1" id="Gx5-pe-LQj"/>
46-
<outlet property="searchResultsDataSource" destination="-1" id="fJy-6f-hb4"/>
47-
<outlet property="searchResultsDelegate" destination="-1" id="PrO-fG-8Wj"/>
48-
</connections>
49-
</searchDisplayController>
5039
</objects>
51-
<simulatedMetricsContainer key="defaultSimulatedMetrics">
52-
<simulatedStatusBarMetrics key="statusBar"/>
53-
<simulatedOrientationMetrics key="orientation"/>
54-
<simulatedScreenMetrics key="destination" type="retina4_7.fullscreen"/>
55-
</simulatedMetricsContainer>
5640
</document>

0 commit comments

Comments
 (0)