13 skills found
siteline / Swiftui IntrospectIntrospect underlying UIKit/AppKit components from SwiftUI
devxoul / RxViewControllerRxSwift wrapper for UIViewController and NSViewController
uliwitness / UKSyntaxColoredTextDocumentAn NSViewController (and optional document class) that implements syntax coloring and code editing-related features in an NSTextView.
foundry / NSViewControllerPresentationSimple demo of NSViewController's present and dismiss methods, including custom NSViewControllerPresentationAnimator object
joshaber / JAViewControllerA subclass of NSViewController that's actually useful
cparnot / PARViewControllerThe MTViewController class is a subclass of NSViewController that ensures automatic insertion of the view controller into the responder chain.
adong666666 / InterfaceKit`One line of code` to implement interfaces of `UIKit,AppKit,and WatchKit` in `SwiftUI` interface! InterfaceKit sufficiently encapsulates UIViewRepresentable, UIViewControllerRepresentable,NSViewRepresentable,NSViewControllerRepresentable,and WKInterfaceObjectRepresentable. `一行代码`实现在`SwiftUI`界面使用`UIKit、AppKit和WatchKit`的接口!InterfaceKit充分封装了UIViewRepresentable, UIViewControllerRepresentable,NSViewRepresentable,NSViewControllerRepresentable和 WKInterfaceObjectRepresentable.
phimage / AlertControllerAn NSViewController to display an alert message to the user. This class replaces the NSAlert class.
konstpavlone / KSPNavigationControllerThe navigation controller for your desktop application development needs.
dreamcat4 / KtuikitGit mirror of KatiDev's KTUIKit Cocoa Framework. NSViewController extensions and enhancements.
iluuu1994 / ViewControllerTestSmall NSViewController test for a question on Stackoverflow
preble / NSViewForwardDraggingDestinationA method for forwarding NSDraggingDestination methods to another object such as an NSViewController.
depth42 / PWViewControllerPWViewController replaces NSViewController which under Mac OS 10.7 and ARC has the limitation that instances cannot not be referenced by a weak property. As view controllers often take the role of a delegate this is a very painful limitation. PWViewController is a simple re-implementation of NSViewController for ARC with some additional features, like a disposal mechanism and debug-mode instance count which lets leaking view controller instances turn up in unit tests.