Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in cocoa

Updating for dark mode: NSColor ignores appearance changes?

cocoa nscolor macos-mojave

Get ALL views and subview of NSWindow

Hanging NSTask using waitUntilExit

cocoa error-handling nstask

Easiest way to convert a NSString to its currency equivalent in Cocoa

cocoa

What's the best way to use Obj-C 2.0 Properties with mutable objects, such as NSMutableArray?

Copying an NSArray with mutable copies of the original elements

NSInteger set to 0 but returns nil

objective-c macos cocoa

What event is fired when Mac is back from sleep?

xcode macos cocoa events sleep

Convert String to URL (Why is resulting variable nil)

swift macos cocoa url null

NSButton with delayed NSMenu - Objective-C/Cocoa

cocoa delay show nsbutton nsmenu

Error with Swift and Core Data: fatal error: use of unimplemented initializer 'init(entity:insertIntoManagedObjectContext:)'

Disable/Enable NSButton if NSTextfield is empty or not

cocoa nstextfield nsbutton

How do I set the sender on a NSMenuItem's action?

How to retry a block based URL Request

How can I make the CGFloat array for setLineDash in Swift

cocoa swift

[self release], [self dealloc] or [super dealloc] in init methods?

objective-c cocoa

How can I get the delegate?

cocoa macos delegates

How best to debug a crash within objc_msgSend?

How to find caret position in an NSTextView?

URLEncoding a string with Objective-C