Re: presentingViewController docs patently false

2011-12-24 Thread Matt Neuburg
On Thu, 22 Dec 2011 10:27:32 -0800, Kyle Sluder kyle.slu...@gmail.com said: On Dec 22, 2011, at 8:59 AM, Matt Neuburg m...@tidbits.com wrote: Okay, I did eventually find the situation in which the docs are correct. It only took me two days to figure it out. But it is up to the docs to state

Re: presentingViewController docs patently false

2011-12-24 Thread Kyle Sluder
On Dec 24, 2011, at 10:04 AM, Matt Neuburg m...@tidbits.com wrote: I don't see how this has to do with UIStoryboard. It's about the stated effect of definesPresentationContext on presentingViewController. I do now understand what's really going on with that, I think, and I state my

Re: presentingViewController docs patently false

2011-12-24 Thread Matt Neuburg
On Sat, 24 Dec 2011 10:32:49 -0800, Kyle Sluder kyle.slu...@gmail.com said: On Dec 24, 2011, at 10:04 AM, Matt Neuburg m...@tidbits.com wrote: I'm under the impression that the default segues consult the definesPresentationContext property to configure the actual animation. I could of course be

Re: presentingViewController docs patently false

2011-12-22 Thread Matt Neuburg
On Mon, 19 Dec 2011 15:55:49 -0800, Matt Neuburg m...@tidbits.com said: The docs say: @property(nonatomic, readonly) UIViewController *presentingViewController Discussion The default implementation of this property walks up the view hierarchy, starting from this view controller. The first

Re: presentingViewController docs patently false

2011-12-22 Thread Kyle Sluder
On Dec 22, 2011, at 8:59 AM, Matt Neuburg m...@tidbits.com wrote: Okay, I did eventually find the situation in which the docs are correct. It only took me two days to figure it out. But it is up to the docs to state that situation! This really does carry the notion of coy and allusive

Re: presentingViewController docs patently false

2011-12-20 Thread Fritz Anderson
On 19 Dec 2011, at 8:04 PM, Matt Neuburg wrote: Well, that's another thing - I haven't been able to summon the bugreporter Web page in days. bugreport.apple.com? I filed yesterday morning (12/19, CST). — F ___ Cocoa-dev mailing list

Re: presentingViewController docs patently false

2011-12-20 Thread Kyle Sluder
On Dec 20, 2011, at 6:58 AM, Fritz Anderson fri...@manoverboard.org wrote: On 19 Dec 2011, at 8:04 PM, Matt Neuburg wrote: Well, that's another thing - I haven't been able to summon the bugreporter Web page in days. bugreport.apple.com? I filed yesterday morning (12/19, CST). According

presentingViewController docs patently false

2011-12-19 Thread Matt Neuburg
The docs say: @property(nonatomic, readonly) UIViewController *presentingViewController Discussion The default implementation of this property walks up the view hierarchy, starting from this view controller. The first view controller it finds that received the

Re: presentingViewController docs patently false

2011-12-19 Thread Kyle Sluder
On Mon, Dec 19, 2011 at 3:55 PM, Matt Neuburg m...@tidbits.com wrote: So both self and its parent do in fact have their definesPresentationContext property set to YES, and yet neither is being returned as the value of the property. I rest my case. Maybe the docs are talking here about some

Re: presentingViewController docs patently false

2011-12-19 Thread Matt Neuburg
On Dec 19, 2011, at 4:05 PM, Kyle Sluder wrote: On Mon, Dec 19, 2011 at 3:55 PM, Matt Neuburg m...@tidbits.com wrote: So both self and its parent do in fact have their definesPresentationContext property set to YES, and yet neither is being returned as the value of the property. I rest my