nsview
Switching between NSViewControllers
I\'m developing a Mac Application. The application has a common source view on the left and a detail view on the right which is the main part of the whole window.[详细]
2023-03-10 13:09 分类:问答How do you initialize a NSCollectionViewItem?
I am trying to setup an NSCollectionView that has custom drawing in the individual NSCollectionViewItem views.I have an image that I need to draw in each view, but I cannot link the view back to the N[详细]
2023-03-09 08:58 分类:问答NSView overlapping
My cocoa app has a \"dashboard\" style layout. When the app starts, the main window contains 6 views which display graphs.[详细]
2023-03-08 19:38 分类:问答Setting view in NSSplitView not working
Please excuse my ignorance, I\'m coming from iOS to Mac programming. I have two nibs. One is the main windo开发者_C百科w with the split view. The nib contains a navigationController view I created. I\[详细]
2023-03-07 23:44 分类:问答Problem with adding many tool tips to a view
My Cocoa application has a view with about fifty colored rectangles to be displayed, which开发者_运维技巧 represents a heat map of some data. I cannot figure out how to add tool tips to each of the re[详细]
2023-03-07 20:55 分类:问答Explicit animation of NSView using core animation
I\'m trying to slide in a NSView using core animation.I think I need to use explicit animation rather than relying on something like [[view animator] setFrame:newFrame].This is mainly because I need t[详细]
2023-03-07 15:46 分类:问答How do I load a nib file from Code?
I created a custom view in interface builder with a few buttons in it. I created a class 开发者_高级运维in code for it as the \"Files owner\" to connect the buttons to action methods.[详细]
2023-03-06 06:09 分类:问答Can I set layer.transform on an NSView with subviews?
I\'d like to have an NSView with subviews (images, text, etc.) and then apply a 3d transform to it using myView.layer.transform = myTransform.[详细]
2023-03-05 12:51 分类:问答Designing views/windows in Mac OSX first time
I am about to tackle my first Mac OSX project after developing for iOS. In my iOS applications, it is clear to me the whole NavigationViewController->MyViewController->MyViews paradigm.[详细]
2023-03-04 21:07 分类:问答Odd NSView display performance
I am adding a custom NSView to my NSWindow\'s content view. Whenever I go to interact with any subviews of this new NSView (some NSTextFields, an NSMatrix, NSPopUpButton and NSButton), that specific p[详细]
2023-03-04 20:25 分类:问答