I have a view which contains multiple subviews. Each of them contain subviews, and so on. A few layers down is a subview that I have as an object. I want to find out it's frame position inside a view a few layers up. How can i find this out?I have a view which contains multiple subviews.