Re: iOS 6 built-in view controller save-and-restore disappointing

2012-11-09 Thread Matt Neuburg
On Nov 9, 2012, at 5:25 PM, Roland King wrote: > Well that's a bit odd as it did work for the dude in the video and I can't > believe he was faking it somehow He *is* faking it, in the sense that it's not a demo: it's just a Keynote slide. m. -- matt neuburg, phd = m...@tidbits.com, http://w

Re: iOS 6 built-in view controller save-and-restore disappointing

2012-11-09 Thread Roland King
> > On 10 Nov, 2012, at 7:53 AM, Matt Neuburg wrote: > >> >> By the way, while I'm complaining, another annoying thing is that the WWDC >> video on this topic shows a bogus method of testing. The video pretends that >> killing the app by double-clicking the Home button and clicking the app's

Re: iOS 6 built-in view controller save-and-restore disappointing

2012-11-09 Thread Roland King
On 10 Nov, 2012, at 7:53 AM, Matt Neuburg wrote: > > By the way, while I'm complaining, another annoying thing is that the WWDC > video on this topic shows a bogus method of testing. The video pretends that > killing the app by double-clicking the Home button and clicking the app's "x" > to

Re: iOS 6 built-in view controller save-and-restore disappointing

2012-11-09 Thread David Duncan
On Nov 9, 2012, at 5:04 PM, Matt Neuburg wrote: > > On Nov 9, 2012, at 4:21 PM, David Duncan wrote: > >> On Nov 9, 2012, at 3:48 PM, Matt Neuburg wrote: >> > Why - are you suggesting it *is* supposed to work through a restart??? m. Yes it is. >>> >>> Well, it doesn't for *any*

Re: iOS 6 built-in view controller save-and-restore disappointing

2012-11-09 Thread Matt Neuburg
On Nov 9, 2012, at 4:21 PM, David Duncan wrote: > On Nov 9, 2012, at 3:48 PM, Matt Neuburg wrote: > Why - are you suggesting it *is* supposed to work through a restart??? m. >>> >>> Yes it is. >> >> Well, it doesn't for *any* app that I've written that uses the new automatic >> save-and

Re: iOS 6 built-in view controller save-and-restore disappointing

2012-11-09 Thread zav
rizon Wireless BlackBerry -Original Message- From: Matt Neuburg Sender: cocoa-dev-bounces+zav=mac.com@lists.apple.comDate: Fri, 09 Nov 2012 15:48:15 To: David Duncan Cc: Subject: Re: iOS 6 built-in view controller save-and-restore disappointing On Nov 9, 2012, at 1:54 PM, David Duncan wrote

Re: iOS 6 built-in view controller save-and-restore disappointing

2012-11-09 Thread David Duncan
On Nov 9, 2012, at 3:48 PM, Matt Neuburg wrote: >>> Why - are you suggesting it *is* supposed to work through a restart??? m. >> >> Yes it is. > > Well, it doesn't for *any* app that I've written that uses the new automatic > save-and-restore - and I've written half a dozen, as test cases. The

Re: iOS 6 built-in view controller save-and-restore disappointing

2012-11-09 Thread Matt Neuburg
By the way, while I'm complaining, another annoying thing is that the WWDC video on this topic shows a bogus method of testing. The video pretends that killing the app by double-clicking the Home button and clicking the app's "x" to kill it is a way of testing. It is *not*. That will in fact wi

Re: iOS 6 built-in view controller save-and-restore disappointing

2012-11-09 Thread Matt Neuburg
On Nov 9, 2012, at 1:54 PM, David Duncan wrote: > On Nov 9, 2012, at 1:45 PM, Matt Neuburg wrote: > >> >> On Nov 9, 2012, at 1:29 PM, David Duncan wrote: >> >>> On Nov 9, 2012, at 11:30 AM, Matt Neuburg wrote: >>> It turns out that the new iOS 6 UIViewController/UIView state restoratio

Re: iOS 6 built-in view controller save-and-restore disappointing

2012-11-09 Thread David Duncan
On Nov 9, 2012, at 1:45 PM, Matt Neuburg wrote: > > On Nov 9, 2012, at 1:29 PM, David Duncan wrote: > >> On Nov 9, 2012, at 11:30 AM, Matt Neuburg wrote: >> >>> It turns out that the new iOS 6 UIViewController/UIView state restoration >>> does not work through a restart of the device! >> >>

Re: iOS 6 built-in view controller save-and-restore disappointing

2012-11-09 Thread Matt Neuburg
On Nov 9, 2012, at 1:29 PM, David Duncan wrote: > On Nov 9, 2012, at 11:30 AM, Matt Neuburg wrote: > >> It turns out that the new iOS 6 UIViewController/UIView state restoration >> does not work through a restart of the device! > > > How was the device restarted? I turned it off and then I

Re: iOS 6 built-in view controller save-and-restore disappointing

2012-11-09 Thread David Duncan
On Nov 9, 2012, at 11:30 AM, Matt Neuburg wrote: > It turns out that the new iOS 6 UIViewController/UIView state restoration > does not work through a restart of the device! How was the device restarted? -- David Duncan ___ Cocoa-dev mailing list

iOS 6 built-in view controller save-and-restore disappointing

2012-11-09 Thread Matt Neuburg
It turns out that the new iOS 6 UIViewController/UIView state restoration does not work through a restart of the device! Thus, in order to get a decent launch experience after the device is restarted, you end up having to implement manual state save-and-restore, just as before - alongside of the