nsviewcontroller
If an NSManagedObject subclassed object is an NSViewController's representedObject is it a fault?
in an NSViewController subclass this BOOL returns \"fault is (null)\" in the console: Submission *sub = [self representedObject];[详细]
2023-04-11 23:34 分类:问答Split NSTabView across multiple NSViewControllers and XIBs
I\'m just getting into desktop Cocoa development (I have experience with iOS development). If this question seems basic, forgive me.[详细]
2023-04-03 03:12 分类:问答Any solution for Cocoa push/pop of view controllers?
Let me get this out of the way: I\'m use开发者_如何转开发d to to UIKit, where you can push/pop view controllers to your hearts content.That just doesn\'t work on the Mac.[详细]
2023-03-19 10:49 分类:问答Mac OS X Cocoa single window application architecture
I cannot understand how to design an application in optimal way for a single window application to work in Mac OS X. I would prefer a single document - single window application (I\'m not coding a uti[详细]
2023-03-12 03:57 分类:问答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 分类:问答keyup keydown methods NSViewController
I made an instance of NSViewController and added it as a subview to the main window\'s content view. I want to be able to capture keyboard events, but I have no idea how to implement it.After some res[详细]
2023-03-09 03:57 分类:问答NSViewController or NSWindowController to manage nib
开发者_运维知识库As far as good practices and resource usages (memory, etc.), Which is preferable method to use NSViewController or NSWindowController if either method satisfied what I try to do.Openi[详细]
2023-03-07 23:59 分类:问答Using the same NIB with multiple View Controllers
Basically I want to use a nib file and view controller as a template for a view that I plan to create a number of times.开发者_如何学Python This nib will have a couple of labels and custom views.[详细]
2023-02-18 11:14 分类:问答Subviews disappearing on completion of awakeFromNib
I have a view with a NSBox subview (with CA enabled for shadow) and I\'m trying to add my NSView subclass to the box dynamically during awakeFromNib.[详细]
2023-02-13 20:20 分类:问答NSWindowController and NSViewController
Probably a pretty simple question, but I can\'t get my head around it. I would like to create some sort of wizard: An NSWindow appears as a sheet from another NSWindow and should show three different[详细]
2023-02-11 07:55 分类:问答