I\'ve added a view (button) onto a subview (map) of the top view on my app, but I need to call an action on the top view\'s controller when the button is tapped. Here\'s a breakdown of the layers:
I have a problem with my app. With help by a tutorial I\'ve created a slideshow with pictures. I\'ve added a toolbar so it\'s possible to go back. The problem is that when the pictures are showing, th
I am trying to remove all the subviews from a UIView. I tried the following to no effect: for (int i = 0; i < this.Subviews.Length; i++)
I have a game application (cocoa, not cocoa touch) where I am trying to add map elements. My app window is named mainWin. I have a subview of mainWin named viewGameMap, which I added in IB. I have a c
I have a big content view within UIScrollVie开发者_Python百科w that contains subviews. When I zoom, I want to keep frames of that subviews unchanged. In my current solution I use the following:
I have a UIButton set up and hooked up to an action in my view controller as usual.Just this by itself works fine.
I\'m trying to make an ipad application that draws alot, but I really mean alot of lines on stage (10.000+)
I have a view which I want to move by dragging. This view is in a view 1. I\'d like to move the view to view 2.
HI, Jus started working on ipad. I have a UIViewController application. In the main View have a button. on click of this button i need to add an UIView as a subvie开发者_Go百科w in the main view. The
I was having trouble getting a UIScrollView with multiple UIImageView subviews to zoom properly so I tried using a UIScrollView with multiple UIScrollView subviews inside of it and a UIImageView insid