Top "Subview" questions

subview is an abstract representation of a nested hierarchy of views in a MVC framework

How to place a subview in the center of parent view using .center?

I have two subviews: the purple one belongs to a main view and it works wonderful with the syntax: sSubview.…

ios swift center subview frames
Manually fade in a newly added subview?

I want a view to fade in when being added to the stack via [self.view addSubview:someSecondaryViewController.view]; How …

iphone core-animation subview ios
UIImageview won't center in superview

I have an UIImageView which I add to a UIView to enhance the area where touches are recognized. When I …

ios uiimageview center subview
Autolayout and subviews

I am using the iAd suite with storyboards from Apple, as per this link... Apple iAd Storyboard documentation It all …

autolayout subview iad subviews
iOS 7.1 removeFromSuperview crash

My app didn't have any crash until iOS 7.1 came out. Now on any removeFromSuperview method, crash. For example: I got …

ios objective-c subview ios7.1
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
Change the z-order of subviews on the iPhone

I'm developing a game. I'm using about 150 UIImageView to hold the graphics. I'm simulating a 3D enviroment, so i would …

iphone exchange-server subview z-order
iPhone position of a subview?

I add a view dynamically, but when it appears on the form, it's in the upper left hand corner. Where …

iphone position subview
Get the frame of a UIStackView subViews

I have created a UIStackView in IB which has the distribution set to Fill Equally. I am looking to get …

ios swift subview uistackview
Adding subview to MKMapView that's above the map but below the annotation views?

For an app I'm building, I have a custom "old map" effect PNG that I'd like to overlay on the …

iphone overlay mkmapview subview