Skip to content

Commit

Permalink
Merge branch 'master' of github.com:dempseyatgithub/Sample-UISearchCo…
Browse files Browse the repository at this point in the history
…ntroller
  • Loading branch information
dempseyatgithub committed Nov 9, 2014
2 parents ec372ea + fc58afe commit 3afa56c
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions ReadMe.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,21 +14,21 @@ Each tab uses a UISearchController to display search results in a different way:

**Known Issues**

- 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
- 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

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

- 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

**Version 2.0**
*Version 2.0*
*November 9, 2014*

Updated for Xcode 6.1, iOS 8.1 SDK.

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


**Version 1.0**
*Version 1.0*
*July 5, 2014*

This project was created with Xcode 6, Beta 2.
Expand Down

0 comments on commit 3afa56c

Please sign in to comment.