Re: UISearchDisplayController in UIToolbar on iPad

2010-12-25 Thread Matt Neuburg
On Dec 25, 2010, at 10:43 AM, Alex Kac wrote: > Nowe're not. The popover comes up automatically when you type into the > UISearchBar as provided by the display controller. I can go into IB (our > project does not have this done in IB, btw) add a UISearchBar with a > UISearchDisplayControll

Re: UISearchDisplayController in UIToolbar on iPad

2010-12-25 Thread Alex Kac
On Dec 25, 2010, at 12:27 PM, Matt Neuburg wrote: > > On Dec 25, 2010, at 9:52 AM, Alex Kac wrote: > >>> Again - "the popover"? You never said anything up to this point about a >>> popover, so how does it come in? >> >> Fromt the UISearchDisplayController. It presents the popover for us in t

Re: UISearchDisplayController in UIToolbar on iPad

2010-12-25 Thread Matt Neuburg
On Dec 25, 2010, at 9:52 AM, Alex Kac wrote: >> Again - "the popover"? You never said anything up to this point about a >> popover, so how does it come in? > > Fromt the UISearchDisplayController. It presents the popover for us in this > case which I'm not too crazy about as I'd like more con

Re: UISearchDisplayController in UIToolbar on iPad

2010-12-25 Thread Alex Kac
On Dec 24, 2010, at 2:22 PM, Matt Neuburg wrote: > On Fri, 24 Dec 2010 12:12:32 -0600, Alex Kac said: > >> we have a view controller that we use with a UISearchDisplayController that >> sits in a UIToolbar on an iPad > > No, it doesn't. A UISearchDisplayController is a controller. A UIToolbar

Re: UISearchDisplayController in UIToolbar on iPad

2010-12-24 Thread Matt Neuburg
On Fri, 24 Dec 2010 12:12:32 -0600, Alex Kac said: >we have a view controller that we use with a UISearchDisplayController that >sits in a UIToolbar on an iPad No, it doesn't. A UISearchDisplayController is a controller. A UIToolbar is a view. A controller can't "sit in" a view. It is really h

UISearchDisplayController in UIToolbar on iPad

2010-12-24 Thread Alex Kac
Here is the situation. On iOS you must listen to memory warnings and handle them properly. So we have a view controller that we use with a UISearchDisplayController that sits in a UIToolbar on an iPad. If a memory warning occurs while the popover is up, the popover goes away, the search bar goe