Re: Full Screen and weird grey bar

2015-11-15 Thread Andreas Mayer
> Am 13.11.2015 um 14:00 schrieb Andreas Mayer : > > It must be something I'm doing; when I try it in split screen, only my half > will show the grey bar. :-/ > > Any idea what the problem could be? Well, it was my fault and in hindsight I guess it should have been obvious. I'm hiding the tit

Re: Trigger "Back to..." from code?

2015-11-15 Thread Daniel Phillips
No this is all out of your control. You'll only see that when landing in an app from another app. Sent from my iPhone > On 15 Nov 2015, at 11:28, Eric Shepherd wrote: > > In iOS 9, there's a new "Back to " button in the status bar > when the user has switched apps by following a notificatio

Trigger "Back to..." from code?

2015-11-15 Thread Eric Shepherd
In iOS 9, there's a new "Back to " button in the status bar when the user has switched apps by following a notification banner or the like. Is there a way to trigger that feature from code, so that my app whose purpose is to quickly set off an activity then bounce you back to where you were can

Re: Identify image file count in directory

2015-11-15 Thread Jonathan Taylor
Thanks Jens & Akis for your replies. Jens: > Most filesystems get noticeably slower when working with directories > containing large numbers of items. HFS+ does better than most, but I wouldn’t > be surprised if a lot of the slowness you’re seeing is just due to filesystem > overhead. If you ca