Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in cocoa

OSX Application: how to make window maximized?

swift macos cocoa nswindow

Getting the list of running applications ordered by last use

cocoa list process

How to disable Macbook Pro from switching to a high performance graphics card in Cocoa?

macos cocoa graphics gpu

How to make action to close NSPopover?

OS X System Preferences URL Scheme

How to get the on-screen location of an NSStatusItem

Keep a reference to a file after it has moved in objective-c?

Giving an NSTextView some padding/a margin

objective-c cocoa

Copy NSView in cocoa / objective-c

objective-c cocoa

Best Logger for cocoa [closed]

NSImage to NSData, then to UIImage

ios macos cocoa uiimage nsimage

Get Image from CALayer or NSView (swift 3)

swift cocoa swift3 nsview

Padding in NSTextView -- possible without custom drawing?

Generate vCard from AddressBook.framework

Comparing of 'Class' with other 'Class' in Objective-C

iphone objective-c cocoa

How to expand and collapse NSSplitView subviews with animation?

Sandboxed app & NSOpenPanel causes crashes

cocoa sandbox osx-mavericks

iOS use of NSColor versus UIColor?

How can I get a list of all windows, currently on the screen, in swift?

Do I need to release a copied NSObjects - Objective-c