> On Feb 2, 2016, at 13:42 , Peter Tomaselli <[email protected]> wrote: > > Isn't this just the thing (apologies, can't actually try it right now) where > the easiest way to keep the status bar tidy when doing a modal presentation > is to actually present your modal controller inside its own navigation > controller, even if you don't plan on pushing anything onto it? > > Again, apologies if I'm missing any subtleties here. But the same problem of > the status bar occurs on any modal presentation, right?
I considered that, particularly because I do, in fact, push items onto it. The problem is, then I have to manage the placement of the search bar myself. Although the docs are somewhat contradictory on the subject, they do say you can present a UISearchController directly modally. In this case, though, it's not placing the search bar in the right place. I was hoping this was the result of some incorrect configuration (there are several flags in UISearchBar and UISearchController, not to mention everything in UIView and UIViewController). But I can't seem to find the right configuration. > > On Tue, Feb 2, 2016 at 4:08 PM, Rick Mann <[email protected]> wrote: > > > On Feb 2, 2016, at 12:20 , Raglan T. Tiger <[email protected]> wrote: > > > > > > > >> On Feb 2, 2016, at 1:08 PM, Rick Mann <[email protected]> wrote: > >> > >> Apple really screwed the pooch with the status bar change in iOS 7; I've > >> had nothing but problems with it ever since. > > > > Or, did Apple fix a screwed pooch and thus your app needs to be unscrewed > > by refactoring? > > Nope. Even brand-new apps still run into problems, as evidenced by this > search bar issue I'm having. > > > > -- > Rick Mann > [email protected] > > > > _______________________________________________ > > Cocoa-dev mailing list ([email protected]) > > Please do not post admin requests or moderator comments to the list. > Contact the moderators at cocoa-dev-admins(at)lists.apple.com > > Help/Unsubscribe/Update your Subscription: > https://lists.apple.com/mailman/options/cocoa-dev/vast.grapes%40gmail.com > > This email sent to [email protected] > -- Rick Mann [email protected] _______________________________________________ Cocoa-dev mailing list ([email protected]) Please do not post admin requests or moderator comments to the list. Contact the moderators at cocoa-dev-admins(at)lists.apple.com Help/Unsubscribe/Update your Subscription: https://lists.apple.com/mailman/options/cocoa-dev/archive%40mail-archive.com This email sent to [email protected]
