Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我在使用 xcode 4.5.2 时正在学习一些使用 xcode 4.2 的 xcode 课程。
在创建新项目的那些课程中,我可以看到 ViewController.m 中有很多内置方法,例如 ViewDidAppear 等。在我的 ViewController.m 中有在线 -viewDidLoad and didReceiveMemoryWarning
viewDidLoad and didReceiveMemoryWarning
有没有办法让这种行为恢复,或者我在 4.5.2 中缺少什么?
你没有错过任何东西。
Xcode 的模板往往会随着版本的发布而发展,所以事情来来去去。其中一件事是您使用视图控制器获得的所有样板。
好消息是您知道它们丢失了,因此您知道在需要实施它们时要放回哪些。