XCode 4.2 (the only version of XCode I ve ever used) creates a ViewController with a default View property.
我看不到这一缺省观点的代码,因此我无法引用(因为我无法查阅)。 这是否正确?
综上所述,我不能 draw。 如果我想利用窗口,我:
- Add a subview to the default View and then draw (via drawRect) on the subview? or
- Replace the default View with one that I create and can therefore draw on via drawRect?
这不是如何做到这一点的问题,我想知道什么是最佳方法。 感谢。