
Declaring Views
Don't Declare All Views
Avoid the temptation to declare all your views. If you declared all your views to the application base view, then upon opening your application, every single view would be created--an unnecessary memory hit to say the least. Instead, only declare views you need to access by name.
An online version of Programming for the Newton using Macintosh, 2nd ed. ©1996, 1994, Julie McKeehan and Neil Rhodes.
Last modified: 1 DEC 1996