groups

name language licence
Find all subviews with matching resize mask Objective-C Other
Random integer between two specific values Objective-C Other
Custom Two-View Predicate Editor keypath=BOOL Template Objective-C Other
Examine View/Subview Bindings Objective-C Other
Get Class Name for Object Javascript Other

< 1 2 3 4 >



language: Objective-C
licence: Other

Custom Two-View Predicate Editor keypath=BOOL Template

options: view full snippetsend to code collector
/* 

To use: (predicateEditor is an outlet to the predicate editor)

-(void) awakeFromNib
{
	NSMutableArray *rowTemplates = [[predicateEditor rowTemplates] mutableCopy];

	[rowTemplates addObject:[[[ShortcutSubscriptionEditorRowTemplate alloc] init] autorelease]];

	[predicateEditor setRowTemplates:rowTemplates];
}

*/

	
(Continues...)