The tag has no wiki summary.

learn more… | top users | synonyms

0
votes
1answer
56 views

How can I detect which view is handling my tap?

Somewhere towards the bottom of my view hierarchy, I am implementing a touchesBegan method. It fires on all touches except for single finger taps. This leads me to believe that somewhere higher up ...
0
votes
1answer
56 views

warning unable to restore previously selected frame - cannot open UITabBarController Modally

I am trying to present a tabBarController modally. I am trying to do that by following code: summaryGraphManager *summary = [[summaryGraphManager alloc] initWithNibName:@"SummaryGraphManager" ...
1
vote
0answers
203 views

iOS: Subview common to multiple view controllers is unresponsive

I am using a UIView to show busy/processing clue to User and components in loading view are not responding to user touches. Let me elaborate my problem. I have around 3 UIViewControllers and based on ...
0
votes
0answers
35 views

Put UIWebview on top of another

I want to stack two UIWebViews on top of each other in order to be able to draw "on top" of the the underlying view using either canvas or OpenGL. I would like to be able to toggle this view on/off ...
0
votes
0answers
22 views

Setting the alpha of a UIView before adding it to a superview

I have two views, a designated superview and a subview. The subview has an alpha value of 0 and has only been initialized and not been added to any superview. After the configuration of my subview I ...
0
votes
0answers
63 views

Modal view controllers are displayed with a portrait coordinate plane

I am displaying a full screen modal view controller in landscape orientation. The view loaded from the xib is displayed correctly, but when I attempt to add a subview programmatically, it displays the ...