Top "Superview" questions

Accessing parent view of current view - iOS

When I want to access the parent UIView of current UIView I declare object of parent UIView in current UIView …

ios objective-c uiview superview
create a view programmatically with frame set to superview's frame?

I have a navigation based application where I place my custom views in the navigation view. First, I wanna know …

iphone frame superview
How to Resize View so That Its Subviews Get Resized Too

My window adds a subview (my root ViewController's view). Such subview is superview of several other subviews. I have just …

xcode resize frame subview superview
UIView. How Do I Find the Root SuperView Fast?

I have a random child view in a view hierarchy. What is the best/fastest/cleverest way to get to …

ios uiview subview superview
iOS: Detect when my UIView is add in other view

CustomView *customView = [...]; [self.view addSubview:customView]; I need to detect in my CustomView class when it is added in other …

ios uiview superview
How to make a subview fill its superview

I can't find the answer here anyway, nor do I see a duplicate question. My code is simple. Given 3 UIView, …

objective-c xcode subview addsubview superview
iPhone: calling a parent/super method from a subview

hope someone can help me on this as been stuck for hours. I am trying to make a kind of …

iphone cocoa-touch superview
add overlay view over all other views

how do you add an overlay view that goes over everything. eg over a tab bar controller, and a navigation …

iphone uiview overlay superview
How to Insert View in Superview's View? (iOS)

I have the line of code below... How would I modify it to insert the subview in the superview's view …

objective-c ios subview superview uiview-hierarchy
Subview access to superview

I have a scrollView with its content view and finally a subview on the content view. I would like to …

ios uiview uiscrollview superview