Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

UITableViewCell里面添加UITableView #173

Open
jb522185660 opened this issue Feb 1, 2016 · 6 comments
Open

UITableViewCell里面添加UITableView #173

jb522185660 opened this issue Feb 1, 2016 · 6 comments

Comments

@jb522185660
Copy link

UITableViewCell里面添加UITableView,可以用这个自动布局么?

@anyuhao
Copy link

anyuhao commented Mar 24, 2016

可以,但是tableView 的高度得自己算,
只能帮你一次...

@Tanyd
Copy link

Tanyd commented Jun 20, 2016

打算在外层cell 配置model 的时候 调用子tableview的fd_heightForCellWithIdentifier方法 累加计算 子tableview的高度,但是 不知道 为啥 ,约束没问题,但是这里取到的子tableview 的cell 的height = 0.5 ,用cell.contentView.systemLayoutSizeFittingSize(UILayoutFittingCompressedSize).height计算出来就没问题

@HeathWang
Copy link

建议里面子cell高度手动算出来,tableView不像label,可以自己计算高度。

@zhaoyunyi
Copy link

到底如何算呢,求贴个代码

@niehaili
Copy link

niehaili commented Jan 3, 2017

问题解决了吗?

@realchen
Copy link

这个嵌套高度可以解决吗?
我里层tableview内容多的时候,会出现高度计算不对,经常出现最后的数据显示不出来

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

7 participants