subview
iOS - adding a button to the view of a subview, but calling button's action on top view's controller
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:[详细]
2023-02-08 15:07 分类:问答iPhone - My new view is blocking my toolbar
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[详细]
2023-02-08 13:32 分类:问答Monotouch: Remove all subviews from a view
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++)[详细]
2023-02-08 01:30 分类:问答Cocoa Objective-C adding subviews
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[详细]
2023-02-07 20:26 分类:问答UIScrollView: keep frames of subviews during zoom
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:[详细]
2023-02-06 13:37 分类:问答UIButton not working when single tap gesture is added to superview
I have a UIButton set up and hooked up to an action in my view controller as usual.Just this by itself works fine.[详细]
2023-02-03 03:29 分类:问答Drawing a large number of lines (CGContextBeginPath) on an iPad
I\'m trying to make an ipad application that draws alot, but I really mean alot of lines on stage (10.000+)[详细]
2023-02-03 00:24 分类:问答Is it possible to move a subview of one view to another view by dragging?
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.[详细]
2023-01-31 00:58 分类:问答how to add a UIView Nib file on a MainView as a subview
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[详细]
2023-01-30 16:17 分类:问答How to access subviews in nested UIScrollViews
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[详细]
2023-01-30 07:38 分类:问答