Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in cocoa

Will Apple reject Mac OS App which uses IOKit framework?

cocoa

Count of images in my [[NSBundle mainBundle] bundlePath]

objective-c cocoa nsbundle

Dragging a rectangle in cocoa

cocoa drag-and-drop

Global Variables for Class Methods

NSScrollView inside another NSScrollView

cocoa nsscrollview

NSToolbar shown when entering fullscreenmode

Mac Sandboxing and Temp files

macos cocoa sandbox

Cocoa Mac Sheet Rounded Corners (Like Xcode 4)

objective-c macos cocoa

Correcting floating point numbers

Asking user for admin password in sandboxed OSX app

objective-c macos cocoa

Description of NSDictionary - why are some key names with quotes?

Unwanted beep when a key is hit

cocoa nsview nsresponder

Mac App Store sandboxing and handling security-scoped bookmarks prior to 10.7.3

Convert key code into key equivalent string

Custom icon for each NSUserNotification?

Proper way to delay while allowing the run loop to continue

ios xcode cocoa time runloop

Using `self = [self init]` to wrap other `init message`

Can't code sign helper app properly

objective-c macos cocoa

Is it safe to catch an exception from [NSObject removeObserver:forKeyPath:]?

Assigning to a property of type SEL using KVC

objective-c macos cocoa