Skip to content

Commit 3afa56c

Browse files
Merge branch 'master' of github.com:dempseyatgithub/Sample-UISearchController
2 parents ec372ea + fc58afe commit 3afa56c

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

ReadMe.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,21 +14,21 @@ Each tab uses a UISearchController to display search results in a different way:
1414

1515
**Known Issues**
1616

17-
- The TableSearch sample project used a UISearchBar and UISearchDisplayController, configured in the storyboard. It does not appear that UISearchController can be configured in the similar way in Interface Builder at the moment. Therefore, it is created and configured in code. rdar://17563885
17+
- The TableSearch sample project used a UISearchBar and UISearchDisplayController, configured in the storyboard. It does not appear that UISearchController can be configured in Interface Builder at the moment. Therefore, it is created and configured in code in each example. rdar://17563885
1818

1919
- The search results controller of the UISearchController does not seem to receive all of the appropriate view controller method calls. rdar://17566947
2020

2121
- The UISearchBar returned by UISearchController has a size of 0 x 0. The height needs to be set manually, otherwise the search bar will not be visible. Note this is when using the search bar without scope buttons. rdar://17315477
2222

23-
**Version 2.0**
23+
*Version 2.0*
2424
*November 9, 2014*
2525

2626
Updated for Xcode 6.1, iOS 8.1 SDK.
2727

2828
Added a tab controller, to show three different UISearchController examples.
2929

3030

31-
**Version 1.0**
31+
*Version 1.0*
3232
*July 5, 2014*
3333

3434
This project was created with Xcode 6, Beta 2.

0 commit comments

Comments
 (0)