Skip to content

Commit

Permalink
Remove UISearchDisplayController (#732)
Browse files Browse the repository at this point in the history
  • Loading branch information
renkelvin authored Jul 11, 2019
1 parent 3828cd5 commit 1e10444
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 21 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ NS_ASSUME_NONNULL_BEGIN
@end

@interface FUICountryTableViewController : UIViewController
<UITableViewDelegate, UITableViewDataSource, UISearchBarDelegate, UISearchDisplayDelegate>
<UITableViewDelegate, UITableViewDataSource, UISearchBarDelegate, UISearchResultsUpdating>

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

Expand Down
Original file line number Diff line number Diff line change
@@ -1,17 +1,14 @@
<?xml version="1.0" encoding="UTF-8"?>
<document type="com.apple.InterfaceBuilder3.CocoaTouch.XIB" version="3.0" toolsVersion="11762" systemVersion="16E195" targetRuntime="iOS.CocoaTouch" propertyAccessControl="none" useAutolayout="YES" colorMatched="YES">
<device id="retina4_7" orientation="portrait">
<adaptation id="fullscreen"/>
</device>
<document type="com.apple.InterfaceBuilder3.CocoaTouch.XIB" version="3.0" toolsVersion="14835.7" targetRuntime="iOS.CocoaTouch" propertyAccessControl="none" useAutolayout="YES" colorMatched="YES">
<device id="retina4_7" orientation="portrait" appearance="light"/>
<dependencies>
<deployment identifier="iOS"/>
<plugIn identifier="com.apple.InterfaceBuilder.IBCocoaTouchPlugin" version="11757"/>
<plugIn identifier="com.apple.InterfaceBuilder.IBCocoaTouchPlugin" version="14790.5"/>
<capability name="documents saved in the Xcode 8 format" minToolsVersion="8.0"/>
</dependencies>
<objects>
<placeholder placeholderIdentifier="IBFilesOwner" id="-1" userLabel="File's Owner" customClass="FUICountryTableViewController">
<connections>
<outlet property="searchDisplayController" destination="KKj-HU-yLZ" id="CZ9-NZ-JAa"/>
<outlet property="tableView" destination="hg9-yI-N8Q" id="iLe-xV-T7Y"/>
<outlet property="view" destination="YSO-gq-Bsm" id="kL7-u3-M1t"/>
</connections>
Expand All @@ -37,20 +34,7 @@
<constraint firstAttribute="trailing" secondItem="hg9-yI-N8Q" secondAttribute="trailing" id="NbC-PZ-M9d"/>
<constraint firstItem="hg9-yI-N8Q" firstAttribute="leading" secondItem="YSO-gq-Bsm" secondAttribute="leading" id="Tky-AD-NeZ"/>
</constraints>
<point key="canvasLocation" x="245" y="10"/>
<point key="canvasLocation" x="355.07246376811599" y="6.6964285714285712"/>
</view>
<searchDisplayController id="KKj-HU-yLZ">
<connections>
<outlet property="delegate" destination="-1" id="oSi-5i-bxx"/>
<outlet property="searchContentsController" destination="-1" id="Gx5-pe-LQj"/>
<outlet property="searchResultsDataSource" destination="-1" id="fJy-6f-hb4"/>
<outlet property="searchResultsDelegate" destination="-1" id="PrO-fG-8Wj"/>
</connections>
</searchDisplayController>
</objects>
<simulatedMetricsContainer key="defaultSimulatedMetrics">
<simulatedStatusBarMetrics key="statusBar"/>
<simulatedOrientationMetrics key="orientation"/>
<simulatedScreenMetrics key="destination" type="retina4_7.fullscreen"/>
</simulatedMetricsContainer>
</document>

0 comments on commit 1e10444

Please sign in to comment.