How to get a reference to the current window?
        Posted  
        
            by mystify
        on Stack Overflow
        
        See other posts from Stack Overflow
        
            or by mystify
        
        
        
        Published on 2010-05-22T13:48:04Z
        Indexed on 
            2010/05/22
            13:50 UTC
        
        
        Read the original article
        Hit count: 180
        
iphone
Need a ref to the window in which a view is inside (no matter how deep inside). Usually there is only one window in an iPhone app. How would I access that the most easy way? Is there something cooler than getting the app delegate to access the window?
© Stack Overflow or respective owner