interface-builder
How to use photoshop graphic files (*.psd?) in xcode?
I heard that I can directly import photoshop psd file into a XCode project to use the images provided by the psd file. However, i could not find a way to impor开发者_如何学运维t the psd file into the[详细]
2023-04-08 19:31 分类:问答Double status bar when showing modal view controller
I have a modal view, which I show after application launch. The problem now is that the Modal view leaves 20 pixels for the status bar (See pictur开发者_如何学Pythone)[详细]
2023-04-08 18:44 分类:问答Rounded Textured Segmented control style deprecated in OSX 10.7? What should I use?
I\'m getting this warning message when I try using \"Segmented control\" with style \"Rounded Textured\".[详细]
2023-04-08 13:19 分类:问答How can I have the only column of my NSTableView take all the width of the TableView?
I am currently trying to learn a bit of Cocoa (using the book Cocoa开发者_高级运维 Programming for Mac OS X). In one of the exercises, we set up a NSTableView with only one column, to act as a list of[详细]
2023-04-08 11:18 分类:问答UIView alway show full screen in simulator although setting width and height to 320 x 320 px by Interface Builder
I try to show UIView of HomeViewController as modal of TabBarViewController. I want UIView display over TabBar and there \'s TabBar at bottom of screen.[详细]
2023-04-08 10:05 分类:问答Why is there a gap between status bar and main view
I am using a UITabBarController to switch between two view controllers. The first view controller looks fine but the second view controller has a white gap between the status bar and the root view equ[详细]
2023-04-08 00:58 分类:问答file's owner of xib is not what i expect
i\'m using xcode4. i have a xib window (perhaps copyed by another one, i forgot because i have made it some times ago) named: chooseCharacter.xib[详细]
2023-04-07 13:09 分类:问答Interface Builder: determine which element has the initial focus
I hav开发者_高级运维e a Cocoa app with a table view and a few other controls. When the app launches and the window is shown, a blue focus ring is drawn around the table view.[详细]
2023-04-06 22:58 分类:问答UITableViewController cell design issue
I have a UITableViewController with an attached xib file. Inside the xib file i have a TableViewCell object with a view inside it along with labels on the view. Below is an image of what my result sho[详细]
2023-04-06 17:18 分类:问答UIView shadow and InterfaceBuilder
I want to add a drop shadow using CALayer to a UI(Image)View. The following code works generally fine previewImage.layer.shadowColor = [[UIColor blackColor] CGColor];[详细]
2023-04-06 16:30 分类:问答