For example, when I add a table view to my view controller what would the view hierarchy be? Is UIWindow always the base View of the hierarchy? In which layer does the Status Bar lie?
I mostly write code programmatically, therefore, have some queries while visualizing the hierarchy.