Note that there are some explanatory texts on larger screens.

plurals
  1. POIs parentViewController always a Navigation controller? iPhone SDK bugs collection
    primarykey
    data
    text
    <p>I've just found <a href="https://stackoverflow.com/questions/244588/is-parentviewcontroller-always-a-navigation-controller/994164#994164">exactly same question</a> but answers mostly connected to problem workaround... <br> Is this fact (for me it looks like a bug) so obvious(or well-known) that peoples do not even try to find explanation? <br></p> <p>In case this is really well-known bug in SDK... <strong>Can somebody share his experience about <em>most famous</em> bugs in iPhone SDK (up to 2.2.1 FW)?</strong> It would be very useful to collect them and avoid needless questions.</p> <p>Returning back to discussed issue...<br> I'm still interested: <em>Is parentViewController always a Navigation controller?</em> (in described conditions: <a href="https://stackoverflow.com/questions/244588/is-parentviewcontroller-always-a-navigation-controller/994164#994164">similar question at SO</a>)</p> <p>I've built same controllers sequence at my app and was confused.</p> <p>Apple doc told us:</p> <blockquote> <p><strong>parentViewController</strong> <br> <em>The underlying view controller if this view controller is a modal view controller; otherwise, the enclosing navigation or tab bar controller. nil if none of these are present. (read-only)</em> <br> <a href="http://developer.apple.com/iphone/library/documentation/UIKit/Reference/UIViewController_Class/Reference/Reference.html#//apple_ref/occ/instp/UIViewController/parentViewController" rel="nofollow noreferrer">UIViewController Class Reference</a></p> </blockquote> <p>In our case we have underlying view controller but nevertheless received navigation controller. So what is it? Do we have same value at <em>navigationController</em> and <em>parentViewController</em>?</p> <p>Thank you, Mike/</p>
    singulars
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    plurals
    1. This table or related slice is empty.
    1. This table or related slice is empty.
 

Querying!

 
Guidance

SQuiL has stopped working due to an internal error.

If you are curious you may find further information in the browser console, which is accessible through the devtools (F12).

Reload