subview is an abstract representation of a nested hierarchy of views in a MVC framework
I have an UIView with around 50 UIButtons. All button positions were given in pixels, relative to the left upper corner …
ios objective-c uiview scale subviewI must add a UIImageView as subview of MapView. To do this I created a layer above the MapView. In …
ios uiimageview uiimage calayer subviewOk I want to add a UIImageView as a subview and then remove it after a couple of seconds in …
iphone objective-c ios uiimageview subviewI have a MainView that adds a subview (signUpWindow) when a sign up button is pressed. In my signUpWindow subview (…
ios swift xcode6 subview uitextfielddelegateIn a CollectionView, some cells should have an additional subview or layer. The CollectionView can be told to resize it's …
ios size cell subview uicollectionviewI'm struggling with this problem! I want to add a google maps GMSMapView into a UIView that is only a …
ios uiview subview google-maps-sdk-iosI have a my views and controllers set up like so. A Tab/Bar controller Within 1. is a root view …
iphone uinavigationcontroller subview navigationcontrollerI created UIImageView with the help of Interface Bulder. Now I want to place label inside it (as its subview). …
interface-builder uiimageview subview addsubviewi have trouble with setNeedsDisplay. I have an UIView with a lot of sub UIViews, created in Inteface Builder. I …
ios uiview subview redraw setneedsdisplay