1.
Code Beach: Show
Abort that fade: [[fade objectForKey: @"timer"] invalidate]; // No need to remove from pendingFades, we'll replace it in a moment. [self setAlphaValue: 0] ...
2.
Code Beach: Show
[self setAlphaValue: 0]; [self orderFront: nil]; NSTimeInterval interval = duration ... [self orderOut: nil]; // Hide so setAlphaValue below doesn't cause ...
3.
Code Beach: Show
Create one! toolbar = [[[NSToolbar alloc] initWithIdentifier: [NSString ..... hook this up in IB) -(void) setTabView: (NSTabView*)tv; -(NSTabView*) tabView; ...
4.
Code Beach: Show
Reset dock tile to regular icon again: [NSApp setApplicationIconImage: [NSImage imageNamed: @"NSApplicationIcon"]]; } -(BOOL) isHidden { return [progress ...
5.
Code Beach: Show
This is a simple category of NSCharacterSet which adds a commodity method to create a set composed ... NSCharacterSet (BSNewLineCharacterSet) source preview ...
6.
Code Beach: Index
Open code repository for Mac developers. You will find open Cocoa code to use in free and commercial applications.
7.
Code Beach: Index
Open code repository for Mac developers. You will find open Cocoa code to use in free and commercial applications.
8.
Code Beach: Show
NDAlias is a wrapper for Apples Alias Records, there is and optional category .... @header NDAlias @abstract Declare the interface for the class NDAlias. ...
9.
Code Beach: Show
Uses the Carbon FSGetCatalogInfoBulk() call under the hood to do its work, and gives you greater control over what additional file info you want. ...
10.
Code Beach: Show
... currentRunLoop] addTimer: timer forMode: NSEventTrackingRunLoopMode]; [pendingFades setObject: [NSMutableDictionary dictionaryWithObjectsAndKeys: timer, ...