How do I add a search bar below the nav bar in a UISplitViewController?
Posted
by user314091
on Stack Overflow
See other posts from Stack Overflow
or by user314091
Published on 2010-04-11T21:15:51Z
Indexed on
2010/04/11
21:23 UTC
Read the original article
Hit count: 290
How do I add a static search bar (one that doesn't scroll with the UITableView) below the UINavigationController in the root view of a UISplitViewController. The iPad mail app has an example of one of these. Actually I would Ike to add a toolbar with a segmented control instead of a search bar, but I imagine the process is the same.
© Stack Overflow or respective owner