subviews
Warning from AppDelegate
I am getting the following warning when I am calling other view controllers.. WindowMultivewAppDelegate might not respond to -switchView to view[详细]
2023-03-26 17:56 分类:问答NSView and loading subviews on the fly
To get a sense of what I\'m doing without posting pages of code... I have an NSOperation that I\'m using to process files as they are added to a folder. In that NSOperation I\'m using the NSNotificati[详细]
2023-03-19 15:41 分类:问答Calling UIViews's subviews property increments subview retain count by 1?
I have this code: UIView *superView = [[UIView alloc] init]; UIView *subView = [[UIView alloc] init]; [superView addSubview:subView];[详细]
2023-03-16 15:22 分类:问答Removing subview hierarchy from root view
In the root view controller I add a subview: d4sViewController = [[D4sViewController alloc] initWithNibName:@\"D4sViewCont开发者_StackOverflow社区roller\" bundle:nil];[详细]
2023-02-28 09:26 分类:问答loading custom slider from NIB vs from code: no subviews present when loaded from code
I am trying to create a custom UISlider. I need to insert subviews (like a label) to self. I\'m using the[详细]
2023-02-21 02:55 分类:问答Relocate views in the navigationcontroller
Is it possible to relocate开发者_如何学C a uiview that I\'ve added as a subview of a viewcontroller? This is my problem:[详细]
2023-02-12 00:21 分类:问答Multiple views on main view
Hi siri have a Screen with tab bar and navigation bar. also having buttons on tab bar. i want new view when i am clicking on buttons on tab bar...[详细]
2023-02-07 20:33 分类:问答iOS How to hide a prior subview
I have a situation where I am performing some initialization in an App. Upon first startup I have to present an EULA with an I Agree/I Don\'t Agree button selection. When the I Agree selection is made[详细]
2023-02-05 13:09 分类:问答How do you receive touches in views added to a subview
I have been adding several subviews (\"touch subviews\") to a scroll view which respond to touches. The touch delegate methods in each of these subviews all fire nicely.[详细]
2023-02-01 20:04 分类:问答subviews do not resize with pinch gestures
I have several subviews added to a UIScrollview. Every thing works fine when swiping left and right, ie the subviews move with the swipe. When I use the pinch gestures the subviews do not zoom in and[详细]
2023-02-01 19:21 分类:问答