From: Wolfgang K. <kit...@ka...> - 2010-03-19 10:12:16
|
Alli, Thanks for the fast response and your advice. Is this a requirement specific for the Rubycocoa bridge? I found in the Hillegass book (3rd edition) on page 359 an Objective-C code snippet like this: @implementation DepartmentViewController - (id)init { if (![super initWithNibName:@"DepartmentView" bundle:nil]) return nil; [self setTitle:@"Departments"]; return self; } @end best regards Wolfgang |