subview
SubView Not adjusting to my given size
I am adding a subview (which开发者_JAVA百科 is a class\'s view) to my view.i have fixed it\'s size to 320, 200 but still it resizes to the full screen when i run my program.[详细]
2023-02-19 04:22 分类:问答How to give this picker view a datasource
Here I am adding a pi开发者_StackOverflowckerview programaticly - (void)viewDidLoad { [super viewDidLoad];[详细]
2023-02-18 23:42 分类:问答UIScrollView's last lines in subview is visible but not touchable
I create a view (main view) that contains number of another views (widgets). That main view shows perfect. Main view can resize while running so I added it to a UIScrollView.[详细]
2023-02-17 01:21 分类:问答Determine if an instance of a subview with specific name exists
What is the best way to开发者_开发百科 determine if an instance of a subview with a specific name exists? I have an application with a webview that adds a custom activity indicator in the form of a su[详细]
2023-02-17 00:06 分类:问答how to keep a uiview above other views
I have two views (UIView) set-up: parent and child view.The child view is displayed on top of the parent view, 开发者_高级运维as desired.However I need to add subviews now that I would like to be disp[详细]
2023-02-16 17:38 分类:问答UIView subview not responding to changes
I am learning how to handle subviews and I am having difficultly manipulating the position of one of them. Each subview has a unique tag.It is worth noting that I am searching for subviews in a UITabl[详细]
2023-02-15 21:54 分类:问答Black subview as picker view
I\'m having some problems while popping up a picker view when clicking into a textfield. It\'s correctly popped (and keyboard is properly hidden), but instead of showing my array of data, it pops up a[详细]
2023-02-14 01:51 分类:问答Can we add more than one subviews to a window at the same time in iOS?
Is it possible to开发者_如何学JAVA add more than 1 subviews to a given window. Eg. [window addsubview: subview1] [window addsubview: subview2] where one of the views is UIViewController.[详细]
2023-02-13 22:24 分类:问答Main view that should not rotate but subviews that should, including UIPopoverController
I would appreciate some help before spending any more time on trial and error. Imagine the following: I\'m just starting to create something for the iPad that will look something like a dashboard wit[详细]
2023-02-13 05:16 分类:问答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 分类:问答