I want to draw animated dock icon with spinning wait cursor for my cocoa app. Please let me know how i can draw the spinning wai开发者_JS百科t cursor or where did i find the cursor file on mac.
I\'m creating an application which should show a progress bar in the dock icon. Currently I have this, but it\'s not working:
Here is my code: for (NSManagedObject *object in array) { if ([[object valueForKey:@\"DueDate\"] isLessThan:[NSDate date]]) {