interface-builder
No simulated metrics available for ViewControllers inside Tab Bar
Xcode won\'t let me use simulated metrics anymore, at least for View Controllers that have already been added to a Tab Bar.[详细]
2023-04-13 08:43 分类:问答How can I set didEndOnExit in code rather than Interface Builder? [duplicate]
This question already has answers here: Closed 10 years ago. Possible Duplicate: Assign a method for didEndOnExit event of UITextField[详细]
2023-04-13 07:01 分类:问答Load UIViews from xibs into UITableView headers, footers and cells?
I have a popup view that I implemented as a full size, transparent view with a smaller, UITableView on top of that. What I want to be able to do is design views inside xibs then load them into the UIT[详细]
2023-04-12 13:51 分类:问答UIView as container in IB?
Is there a way to place components like labels and buttons inside a container like a UIView in IB solely for the purpose of moving those components aro开发者_运维问答und as a whole? I don\'t need the[详细]
2023-04-12 13:37 分类:问答iPhone make toolbar visible in UITableView
I have a UIT开发者_如何学GoableView has a subview of a UIView and I\'ve added a toolbar on top of the UITableView so it should look like this:[详细]
2023-04-12 06:00 分类:问答How to control what subview comes on top in IB?
Suppose my view contains an image and a button. I\'d like for the button to show up on top of the image? How can this be done as part of the Interface Builder?开发者_如何学运维In the xib file viewer,[详细]
2023-04-12 05:37 分类:问答iPhone Interface Builder make a view a subView
I have a UIView and a UITableView in the same NIB file like so: I have realised that I can\'t add a toolbar or anything to this because it has to be a subview to a UIView first. At the current point[详细]
2023-04-12 05:36 分类:问答iOS: How to use images in custom bundle in Interface Builder?
I have a bundle where i put images in it. The contents are: MyBundle.bundle/images/picture1.png MyBundle.bundle/images/picture2.png[详细]
2023-04-12 03:49 分类:问答UITableViewCell height is not changing in UITableView when changing it in Interface Builder
I am making a custom table cell with InterfaceBuilder. However, when I change the height in IB, the changes are not reflected in the running program. Is there anything else I need to do besides set th[详细]
2023-04-11 17:21 分类:问答How to create a scope bar?
In my application I need a scope bar like the one in the Dictionary. In the HIG it is described that somethi开发者_JS百科ng like \"scope bar\" exists however I couldn\'t find any information how to cr[详细]
2023-04-11 14:55 分类:问答