Custom Search
Showing posts with label Cocoa. Show all posts
Showing posts with label Cocoa. Show all posts

Sunday, October 11, 2009

How to Add Unit Test in XCode

This web page describes how to add a Unit Test with XCode in a Mac environment.

Article

Wednesday, August 19, 2009

Cocoa Programming Tips: How to Make an Icon Bounce in the Apple Leopard's Dock section



This code will make the application's icon bounce in the Apple Leopard's Dock section.
This is made to request the user attention to provide information for the application.

if(![[NSApplication sharedApplication] isActive])
[[NSApplication sharedApplication]requestUserAttention:NSInformationalRequest];