文件名称:代码优化——cell重用
文件大小:53KB
文件格式:ZIP
更新时间:2021-02-15 08:22:08
cell复用
对于从storyboard或xib启动的vc和view,即便是父类的storyboard或xib做了复杂的界面,子类也可以继承来复用父类的代码逻辑,同时把父类的storyboard或xib复制一份并改名为子类,在已有界面的基础上继续绘制新视图。需要注意的是子类storyboard或xib中属于父类代码逻辑的子试图仍要连接到父类中。
【文件预览】:
TestXibSub
----TestXibSub.xcodeproj()
--------project.xcworkspace()
--------project.pbxproj(25KB)
--------xcuserdata()
----.DS_Store(8KB)
----TestXibSub()
--------LaunchViewController.m(3KB)
--------Assets.xcassets()
--------main.m(341B)
--------ReAreaCell.h(250B)
--------ReAreaCell.m(677B)
--------AppDelegate.h(284B)
--------AppDelegate.m(2KB)
--------Base.lproj()
--------TestLabelCell.xib(4KB)
--------ReTestLabelCell.xib(5KB)
--------ReTestLabelCell.m(697B)
--------TestLabelCell.h(266B)
--------.DS_Store(6KB)
--------LaunchViewController.h(232B)
--------AreaCell.h(256B)
--------ViewController.h(222B)
--------ReTestLabelCell.h(270B)
--------TestLabelCell.m(826B)
--------Info.plist(1KB)
--------ViewController.m(2KB)
--------LaunchViewController.xib(3KB)
--------AreaCell.m(803B)
----TestXibSubUITests()
--------TestXibSubUITests.m(1KB)
--------Info.plist(680B)
----TestXibSubTests()
--------TestXibSubTests.m(915B)
--------Info.plist(680B)