Revert "fixed: _view was assigned bypassing the accessors"

This reverts commit cfcf8bc567.
This commit is contained in:
daboe01
2025-07-05 16:28:16 +02:00
parent 2c5744be57
commit 89b262103f
+2 -2
View File
@@ -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];
}
}