文件名称:ios自定义类 UIView 代码生成简单的UITableViewCell
文件大小:59KB
文件格式:ZIP
更新时间:2017-10-20 09:52:10
ios 代码生成 Cell
由于一个项目中有大量的UITableViewCell需要书写,样式差不多都是 文字介绍:显示内容 这样的。自己又懒得写UITableViewCell类嫌没必要;在方法tableView:cellForRowAtIndexPath中手写又繁琐。就封装变化写了一个UIView类。 构思:首先由于文字介绍和显示内容的宽度固定,然后Cell的一行(Cell可以包括多行)高度就是文字介绍和显示内容所需要的高度两者相比高一些的。下一行就是高度累加重复;Cell的最上端和最下端给个高度;最下端再画个间隔。 可以看下这篇文章http://blog.csdn.net/fengshi_sh/article/details/39696159">由于一个项目中有大量的UITableViewCell需要书写,样式差不多都是 文字介绍:显示内容 这样的。自己又懒得写UITableViewCell类嫌没必要;在方法tableView:cellForRowAtIndexPath中手写又繁琐。就封装变化写了一个UIView类。 构思:首先由于? [更多]
【文件预览】:
DrawTableViewCell
----DrawTableViewCell()
--------main.m(337B)
--------CommonTableViewCellView.h(747B)
--------DrawTableViewCell-Prefix.pch(337B)
--------AppDelegate.h(365B)
--------AppDelegate.m(2KB)
--------.DS_Store(6KB)
--------DrawTableViewCell-Info.plist(1KB)
--------ViewController.h(389B)
--------ViewController.m(3KB)
--------en.lproj()
--------CommonTableViewCellView.m(3KB)
----.git()
--------index(1KB)
--------hooks()
--------config(111B)
--------description(73B)
--------refs()
--------branches()
--------logs()
--------objects()
--------info()
--------COMMIT_EDITMSG(15B)
--------HEAD(23B)
----DrawTableViewCell.xcodeproj()
--------project.xcworkspace()
--------project.pbxproj(12KB)
--------xcuserdata()
----.DS_Store(6KB)