subview
Make a label appear on a subview
Hi I am creating an app where you have to pop pimples. Right now I have it so that everytime you pop a pimple, a UILabel called popcount text is +1. I have another label that I have set hidden called[详细]
2023-03-10 05:54 分类:问答Back and forth, removeFromSuperView
Im a bit confused... I have a mainview, which by the click of a button shows a subview. What I want to do next is to[详细]
2023-03-09 04:17 分类:问答Release UIViewController if available
Hey, I\'m adding a UIViewcontroller as a subview of my current view. With something like that: [self.view addSubview:viewcontroller.view];[详细]
2023-03-08 14:03 分类:问答how to add uipickerview as as subview to mainview in iphone?
I have one application in which when user clicks a button i want to open uipickerview as as subview to main view and after user selects an item it should beremoved from main view.(drop down kind of fu[详细]
2023-03-08 07:27 分类:问答How to get the "front" uiimageview from uiscrollviews?
I have seen this question asked in other places...but no valid answers... I have a UIScrollView that scrolls horizontally.I have 3 photos in them...ie: subviews of the U开发者_高级运维IScrollView hol[详细]
2023-03-08 02:15 分类:问答UITableView grabbing touch events from subviews
I have a UITableView, which loads UIViews into its cells. These UIViews开发者_Python百科 use the -touchesBegan:withEvent: etc methods, which all work fine & let me implement code to move these sub[详细]
2023-03-06 21:50 分类:问答sub uiview's UIViewcontroller not detecting touches
Hey guys i have a a UIViewController, RootUIViewController referencing another UIViewcontroller, MainMenuViewController.[详细]
2023-03-06 00:37 分类:问答Bringing up new view controllers - releasing query
I\'ve written some code where I bring up a new view (from my main view controller); then it calls the main controller when it is closed, like so -[详细]
2023-03-05 14:29 分类:问答iPhone accessing navigation controller from a subview
I have a navigation controller that loads a tableview, from here the user can select a row which loads a detail view that gets pushed onto the stack. This detail view controller has a segmented contro[详细]
2023-03-05 10:00 分类:问答iPhone UINavigationController Passing Parameter Back To Main View
i m new to stackoverflow and this is my first question. My question is : I have a UINavigationController and have a UITableView inside it. I pass parameter t开发者_运维问答o another view when a cell i[详细]
2023-03-03 13:32 分类:问答