Top "Subviews" questions

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

xcode Removing Some Subviews from view

Greetings all, I am a noob and I have been trying to work through this for a few days. I …

xcode subviews
Remove all the subviews from a UIScrollView?

How do I remove all of the subviews from a UIScrollview?

objective-c iphone uiscrollview subviews
Swift - Retrieving subviews

In my application I am adding labels to the view and then I am attempting to clear particular labels from …

xcode swift subviews
Reordering UIView subviews

In my app I am trying bring a subview to front, then put it back to its original layer position …

ios uiview layer subviews
How to remove only user-added subviews from my UIView

I'm trying to remove all the subviews that I've added to my view, so I've implemented a loop to iterate …

ios swift uiview subviews
Change NSView subviews order

I'm working at a custom control that presents different handles. I want to be sure that the selected handle has …

objective-c cocoa nsview subviews
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
how to get all UILabels within a UIView

I need a way to get all UILabels within a UIView without having to go through all the views within …

ios objective-c uiview uilabel subviews