Hello
I'm using a new class with nib and tableview. To costumize the TableViewCells i have defined some functions and constant values (#define) and special TableViewCells
- (UITableViewCell*) CreateMultilinesCell :(NSString*)cellIdentifier { ... }
I want to use this costumized cell in other TableViews too. Is it possible to pack this specific code into a file and load it into multiple files ? like inlcude in PHP
From comment: What is the most reduced (OO-free, just functions) file possible in iPhone SDK ?
i hope you understand what i mean. cheers Simon