tags:

views:

12

answers:

1

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?

+1  A: 

Well, UIView has the window property...

KennyTM