I have a view that acts as a background (light grey 0.5 alpha) for for another custom alert view. When the user taps my OK button on the custom alert, i want to hide the custom alert and the backgrou
Is it possible to create a view with both an MKMapview and another subview. In particular I have a map view and I have been trying to add a second subview (to the superview, not the MKMapView.) The pr
Ok, so I\'m a relative noob with Objective-C/iOS programming, so hopefully someone with more knowledge here can help me out.
I want to find a way how I can compare the actual hierarchical order of two subviews. As i didn\'t find a method who turns out to give me this kind of result,开发者_开发百科 I want to ask you. Im sur
In IB I created UIView inside of a UIScrollView. File\'s owner for both is a UIViewController named JLViewController.The UIView is wired to class BodyClock.
I have a mainViewController and inside its nib file I added an info button, in which action is to flip between two subviews, subview A and subview B.
I have a re-usable UITableViewController sub-class, call it \"tableVC\".Selecting a table row pushes that detail view controller onto the nav stack.The tableVC instance only has a valid navController
I have created a subclass of a UIView which is a rotating wheel. This wheel is part of another UIView which has an image in the top right corner.
i am using a table view and adding small images(cross arrow an accept arrow images) to right side of each cell based on if the option is correct or not....
I\'m working on an app that has three table view controllers in a navigation stack. The root view controller and the second VC have toolbars, but I want to add a subview to the second view controller