mirror of
https://github.com/cappuccino/cappuccino.git
synced 2026-08-25 04:57:03 +00:00
Revert "fixed: _view was assigned bypassing the accessors"
This reverts commit cfcf8bc567.
This commit is contained in:
@@ -174,7 +174,7 @@ var CPViewControllerCachedCibs;
|
||||
[cib instantiateCibWithExternalNameTable:_cibExternalNameTable];
|
||||
}
|
||||
else
|
||||
[self setView:[CPView new]];
|
||||
_view = [CPView new];
|
||||
}
|
||||
|
||||
/*!
|
||||
@@ -233,7 +233,7 @@ var CPViewControllerCachedCibs;
|
||||
}
|
||||
else
|
||||
{
|
||||
[self setView:[CPView new]];
|
||||
_view = [CPView new];
|
||||
[self _viewDidLoadWithCompletionHandler:aHandler];
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user