Removed isa in CPTableCellView (Objj2 compat). nib2cibed all examples (Aristo2 compat).

This commit is contained in:
cacaodev
2013-01-18 17:28:36 +01:00
parent 2cc3521989
commit ce62e32dfa
5 changed files with 6 additions and 6 deletions
+2 -2
View File
@@ -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