Top "Subview" questions

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

Bring previously added view to front

My problem is the following: I have a view and to that view I add 3 subViews(view1,view2,view3) in …

ios uiview subview addsubview
UISlider won't work when it becomes a subview of a UIView other self.view

When I add my slider as subview of any view besides self.view it does not work (doesn't slide) but …

iphone uiview slider subview uislider
iOS how to uiview know appear and disappear?

In view on viewcontroller i can know when view on screen by viewDidAppear. But in subclassed view from UIView can't …

ios uiview subview
IOS, UIView, Detect Hidden State Change in Subview

Is there anyway to detect a hidden state change (or other change) in a sub view in a UIView (not …

ios uiview subview
iPhone subview flip between 2 views

iPhone / Objective-C On my view a little "hover" view appears after a user clicks on a button on the main …

iphone objective-c subview flip
Parent view navigationController

I have a view which is a part of a tabBarController. In this view I have a subview with a …

iphone sdk uinavigationcontroller subview pushviewcontroller
Scrollview with embedded tableview

I'm building an iOS app in swift with Xcode 6. I'm trying to embed a view controller with a table view …

ios swift view uiscrollview subview
UIImageView Scale to fill does not clip subviews

I am trying to add some images to my UIImageView. Everything works fine if the png has the same size …

ios uiimageview swift subview bounds
How to add subview to a webview so that the subview would scroll along with webview?

I have webview. Now I want to add a subview to it. I added it using addsubview method. The view …

iphone uiwebview add subview
Removing and re-adding a subview with autolayout

When using autolayout, my understanding is that removing a subview ( while holding a reference to it of course), the removed …

cocoa subview autolayout