Tag Archives: Cell

[转]优化UITableViewCell高度计算的那些事(FDTemplateLayoutCell)

注,swift可以用这个其他作者修改的版本:https://github.com/zhaodg/DGTemplateLayoutCell

现在的最新版本也支持swift了,如下使用:
import UITableView_FDTemplateLayoutCell
转载自:http://blog.sunnyxx.com/2015/05/17/cell-height-calculation/
我是前言
这篇文章是我和我们团队最近对 UITableViewCell 利用 AutoLayo[......]

继续阅读

Android部分版本ListView点击Cell时,pressed事件下发给了子元素

如果子元素恰好有 pressed的selector,会导致跟着一起联动,比较不美观。

解决方法:在出问题子元素的所有layout父容器上,加上clickable=true

参考资料:

http://stackoverflow.com/questions/11474247/list-item-click-triggering-child-views-selector

http://stackoverflow.com/questions/2607698/click-in-a-[......]

继续阅读