addsubview
UITableViewCell with two subviews, second added subview position and size isn't shown as inited
I got a UITableViewCell and added a UISlider and a UILabel to show the value of the slider should look like this: |Bezeichnung|Value von UISlider| UISlider|[详细]
2023-02-12 20:32 分类:问答Refresh ViewController on TabBarController
I have a tabBarController with three viewControllers on it. When viewController 1 is selected and I make a 90 degrees I hide the tabBar and I have to addsubview the current view to the tabBarControlle[详细]
2023-02-11 16:05 分类:问答Xcode - UILabel is not changing value on viewDidAppear
Hey everyone, I have a iPhone App I am creating. It uses a uitableview and that goes to a detail view.[详细]
2023-02-04 08:23 分类:问答How Can I hide an info button from a subview?
I have a mainViewController and inside its nib file I added an info button, in which action is to flip between two subviews, subview A and subview B.[详细]
2023-01-23 16:39 分类:问答Adding subview to a subview from another method
Let me start off by describing my situation. I have a main view that I wish to place a smaller scrollview subview in. Then later in code (in another method), I like to add some subviews (images and te[详细]
2023-01-17 03:45 分类:问答addsubview gives wrong output?
i am usi开发者_如何学编程ng following code , but subview is added below the the parentview not ONparent view(self.view)..any help please?[详细]
2023-01-17 00:20 分类:问答Throws uncaught exception while adding subview in a table row
[checkButton1 addTarget:self action:@selector(selectorClicked:) forContr开发者_开发知识库olEvents:UIControlEventTouchUpInside];[详细]
2023-01-13 15:33 分类:问答How is the location of a subView set?
I am using the standard facebook connect butto开发者_运维技巧n with the method FBLoginButton *loginButton = [[[FBLoginButton alloc] init] autorelease];[详细]
2023-01-07 18:05 分类:问答addSubview does not show view on iOS 3.1.3
I have a scroll view which has one UIView inside which contains the content. I am adding a UIImageView as a sub of the UIScrollView (so it should be on top of the content container) and this works on[详细]
2023-01-07 10:24 分类:问答Iphone: Cannot switch back from my landscape view to a portrait view
I am working on an app (my first one), which is basically a TabBar app. To be more precise there are: - a login view controller[详细]
2023-01-05 18:40 分类:问答