Search Screen: add People tab

- add contact picker view controller
This commit is contained in:
giomfo
2016-06-20 14:16:13 +02:00
parent 88520ce712
commit ea2b75623e
10 changed files with 511 additions and 27 deletions
@@ -69,6 +69,9 @@ limitations under the License.
/**
init the segmentedViewController with a list of UIViewControllers.
The subviewcontrollers must implement didMoveToParentViewController to display the navbar button.
@discussion: the segmentedViewController gets the ownership of the provided arrays and their content.
@param titles the section tiles
@param viewControllers the list of viewControllers to display.
@param defaultSelected index of the default selected UIViewController in the list.