Does the iPhone SDK support Grand Central Dispatch so that we can take advantage of the multiple cores in the new iPad CPU? Yes, because iOS 4.0 has GCD support in iOS. Starting from iOS 2.0, th
Tag: Cocoa
Cocoa – Create nswindow in full screen mode
Is there a way to create NSWindow in full screen mode? NSWindow has ToggleFullscreen: selector, but it will create the window normally and animate it as a full screen version, which is not what I w