UISplitviewController with master view controller hierarchy

2016-12-30 Thread Donald Hall
Hi all, I have a master-detail iPad app with a hierarchy of table view controllers in the master view controller side of a split view controller. When the app starts in portrait mode the back button on the detail view navigation bar correctly shows the title of the initial table view

Re: My app only shows a black screen in the recent apps list

2016-12-30 Thread Carl Hoefs
> On Dec 30, 2016, at 4:00 PM, Quincey Morris > wrote: > > On Dec 30, 2016, at 13:58 , Carl Hoefs > wrote: >> >> UIApplicationExitsOnSuspend is useful for multi-user professional

Re: My app only shows a black screen in the recent apps list

2016-12-30 Thread Andreas Falkenhahn
On 31.12.2016 at 00:00 Quincey Morris wrote: > On Dec 30, 2016, at 13:58 , Carl Hoefs > wrote: >> UIApplicationExitsOnSuspend is useful for multi-user professional apps (such >> as medical apps associated with hardware). Otherwise there is the potential >> of a

Re: My app only shows a black screen in the recent apps list

2016-12-30 Thread Quincey Morris
On Dec 30, 2016, at 13:58 , Carl Hoefs wrote: > > UIApplicationExitsOnSuspend is useful for multi-user professional apps (such > as medical apps associated with hardware). Otherwise there is the potential > of a different user reactivating the app without having

Re: My app only shows a black screen in the recent apps list

2016-12-30 Thread Carl Hoefs
> On Dec 30, 2016, at 12:34 PM, David Duncan wrote: > > Honestly, just remove UIApplicationExistsOnSuspend. Its simply not a behavior > that is expected of modern iOS applications. True in general, but UIApplicationExitsOnSuspend is useful for multi-user professional

Re: Animating autolayout constraint changes for subviews

2016-12-30 Thread Doug Hill
> On Dec 30, 2016, at 11:56 AM, David Duncan wrote: > > >> On Dec 30, 2016, at 11:50 AM, Doug Hill wrote: >> >> >>> On Dec 30, 2016, at 11:38 AM, David Duncan wrote: >>> >>> On Dec 28, 2016, at 4:14 PM, Doug Hill

Re: Animating autolayout constraint changes for subviews

2016-12-30 Thread David Duncan
> On Dec 30, 2016, at 11:50 AM, Doug Hill wrote: > > >> On Dec 30, 2016, at 11:38 AM, David Duncan wrote: >> >> >>> On Dec 28, 2016, at 4:14 PM, Doug Hill wrote: >>> >>> Hi Ken, >>> >>> The exact behavior is that the label

Re: Animating autolayout constraint changes for subviews

2016-12-30 Thread Doug Hill
> On Dec 30, 2016, at 11:38 AM, David Duncan wrote: > > >> On Dec 28, 2016, at 4:14 PM, Doug Hill wrote: >> >> Hi Ken, >> >> The exact behavior is that the label will resize to the new size immediately >> and reflow the text, then the container

Re: Animating autolayout constraint changes for subviews

2016-12-30 Thread David Duncan
> On Dec 28, 2016, at 4:14 PM, Doug Hill wrote: > > Hi Ken, > > I uploaded a sample project here: > > https://github.com/djfitz/TestAutolayoutAnimations > > I tried to strip this down to what is needed to show the behavior I see. > > My code to actually do the animation

Re: My app only shows a black screen in the recent apps list

2016-12-30 Thread David Duncan
> On Dec 27, 2016, at 3:52 AM, Andreas Falkenhahn > wrote: > > On 25.12.2016 at 16:57 David Duncan wrote: > >>> On Dec 23, 2016, at 9:05 AM, Andreas Falkenhahn >>> wrote: > >>> Further examinations have shown that the issue might be related

Re: App with QuickLook Generator

2016-12-30 Thread Raglan T. Tiger
> On Dec 30, 2016, at 5:58 AM, Uli Kusterer > wrote: > > I guess Apple got around to sandboxing that process. This statement seems confusing ... if Apple got around to: Sandbox: QuickLookSatelli(985) deny file-read-data why would this only apply to an older OS

Re: NSTouchBar in Carbon

2016-12-30 Thread Uli Kusterer
On 12 Dec 2016, at 07:22, David M. Cotter wrote: > My app is mostly C++ (because it’s cross platform) with Carbon on the UI > edges, and the absolute minimum required ObjectiveC++ to make it work. > (please no discussion about why this is stupid / i should write a modern

Re: App with QuickLook Generator

2016-12-30 Thread Uli Kusterer
On 30 Dec 2016, at 00:28, Raglan T. Tiger wrote: > I have a QL Generator in y App Bundle ... been there since, we'll, a long > time. The ql generator needs to read a file to get some instructions. The > sea always worked fine. > > Now building with 10.11 SDK on XC