init和 dealloc中 self.xx的使用注意

时间:2022-04-09 11:04:26
【文件属性】:
文件名称:init和 dealloc中 self.xx的使用注意
文件大小:33KB
文件格式:ZIP
更新时间:2022-04-09 11:04:26
init 初始化 self. deallo init 和 dealloc 中不要使用 self.xx, 要使用 _xx。 否则可能遇到意想不到的问题。
【文件预览】:
InitWarning
----InitWarning.xcodeproj()
--------project.xcworkspace()
--------project.pbxproj(14KB)
--------xcuserdata()
----InitWarning()
--------Assets.xcassets()
--------main.m(423B)
--------SuperDog.m(760B)
--------AppDelegate.h(366B)
--------AppDelegate.m(2KB)
--------SubDog.h(275B)
--------Base.lproj()
--------SuperDog.h(336B)
--------SubDog.m(810B)
--------ViewController.h(304B)
--------Info.plist(1KB)
--------ViewController.m(552B)

网友评论