Force scope bar below UISearchBar
        Posted  
        
            by axiixc
        on Stack Overflow
        
        See other posts from Stack Overflow
        
            or by axiixc
        
        
        
        Published on 2010-04-08T20:04:16Z
        Indexed on 
            2010/04/09
            19:53 UTC
        
        
        Read the original article
        Hit count: 565
        
I have a UISearchBar and UISearchDisplayController, everything works great but my scope selector displays beside the text field instead of below it. I know that this is the expected action when the device is in landscape, but since I have the UISearchBar in the master view of a UISplitViewController it ends up looking like this http://cl.ly/BN9
Is there any way to force the scope bar to display below the text field in all interface orientations (I know that this works nicely in Mail.app on the iPad, so its possibly, but who knows if Apple decided to hide the option to do so)
© Stack Overflow or respective owner