mirror of
https://github.com/cappuccino/cappuccino.git
synced 2026-08-25 21:17:03 +00:00
Removed isa in CPTableCellView (Objj2 compat). nib2cibed all examples (Aristo2 compat).
This commit is contained in:
@@ -3671,7 +3671,7 @@ Your delegate can implement this method to avoid subclassing the tableview to ad
|
||||
- (CPView)_unarchiveViewWithIdentifier:(CPString)anIdentifier owner:(id)anOwner
|
||||
{
|
||||
var cib = [_archivedDataViews objectForKey:anIdentifier];
|
||||
|
||||
|
||||
if (!cib && !_unavailable_custom_cibs[anIdentifier])
|
||||
{
|
||||
var bundle = anOwner ? [CPBundle bundleForClass:[anOwner class]] : [CPBundle mainBundle];
|
||||
@@ -5488,7 +5488,7 @@ var CPTableViewDataSourceKey = @"CPTableViewDataSourceKey",
|
||||
|
||||
- (CPString)description
|
||||
{
|
||||
return "<" + class_getName(isa) + " 0x" + [CPString stringWithHash:[self UID]] + " identifier=" + [self identifier] + ">";
|
||||
return "<" + [self className] + " 0x" + [CPString stringWithHash:[self UID]] + " identifier=" + [self identifier] + ">";
|
||||
}
|
||||
|
||||
@end
|
||||
|
||||
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
Reference in New Issue
Block a user