Skip to content

Commit a010b66

Browse files
stevetreaseSteve Trease
authored andcommitted
hidesNavigationBarDuringPresentation = false.
1 parent dde263e commit a010b66

File tree

5 files changed

+4
-23
lines changed

5 files changed

+4
-23
lines changed

Swift Push 4/Base.lproj/Main.storyboard

Lines changed: 1 addition & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -67,28 +67,9 @@
6767
<outlet property="delegate" destination="7bK-jq-Zjz" id="RA6-mI-bju"/>
6868
</connections>
6969
</tableView>
70-
<navigationItem key="navigationItem" title="Swift Push" id="hbG-7c-IhC"/>
71-
<connections>
72-
<outlet property="searchDisplayController" destination="dxw-He-NIa" id="oCl-pX-9er"/>
73-
</connections>
70+
<navigationItem key="navigationItem" title="Swift Push" id="zC9-kQ-Edd"/>
7471
</tableViewController>
7572
<placeholder placeholderIdentifier="IBFirstResponder" id="Rux-fX-hf1" sceneMemberID="firstResponder"/>
76-
<searchDisplayController id="c5m-kZ-LXa">
77-
<connections>
78-
<outlet property="delegate" destination="7bK-jq-Zjz" id="1pl-k1-n7y"/>
79-
<outlet property="searchContentsController" destination="7bK-jq-Zjz" id="2Gg-ET-Vox"/>
80-
<outlet property="searchResultsDataSource" destination="7bK-jq-Zjz" id="SvI-8l-H3y"/>
81-
<outlet property="searchResultsDelegate" destination="7bK-jq-Zjz" id="gUd-Rh-HoR"/>
82-
</connections>
83-
</searchDisplayController>
84-
<searchDisplayController id="dxw-He-NIa">
85-
<connections>
86-
<outlet property="delegate" destination="7bK-jq-Zjz" id="vbG-y6-3ZK"/>
87-
<outlet property="searchContentsController" destination="7bK-jq-Zjz" id="s5x-aM-s8f"/>
88-
<outlet property="searchResultsDataSource" destination="7bK-jq-Zjz" id="FTk-zh-qN3"/>
89-
<outlet property="searchResultsDelegate" destination="7bK-jq-Zjz" id="r0K-OC-dt5"/>
90-
</connections>
91-
</searchDisplayController>
9273
</objects>
9374
<point key="canvasLocation" x="181" y="-404"/>
9475
</scene>

Swift Push 4/Info.plist

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
<key>CFBundleSignature</key>
2020
<string>????</string>
2121
<key>CFBundleVersion</key>
22-
<string>553</string>
22+
<string>555</string>
2323
<key>LSRequiresIPhoneOS</key>
2424
<true/>
2525
<key>UIBackgroundModes</key>

Swift Push 4/MasterViewController.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,10 +30,10 @@ class MasterViewController: UITableViewController, UISearchResultsUpdating {
3030
let controller = UISearchController(searchResultsController: nil)
3131
controller.searchResultsUpdater = self
3232
controller.dimsBackgroundDuringPresentation = true
33+
controller.hidesNavigationBarDuringPresentation = false
3334
controller.searchBar.sizeToFit()
3435

3536
self.tableView.tableHeaderView = controller.searchBar
36-
3737
return controller
3838
})()
3939

Swift Push 4/Settings.bundle/Root.plist

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<array>
77
<dict>
88
<key>DefaultValue</key>
9-
<string>553</string>
9+
<string>555</string>
1010
<key>Key</key>
1111
<string>CurrentBuildNumber</string>
1212
<key>Title</key>

0 commit comments

Comments
 (0)