-
Notifications
You must be signed in to change notification settings - Fork 2k
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
Comments
可以,但是tableView 的高度得自己算, |
打算在外层cell 配置model 的时候 调用子tableview的fd_heightForCellWithIdentifier方法 累加计算 子tableview的高度,但是 不知道 为啥 ,约束没问题,但是这里取到的子tableview 的cell 的height = 0.5 ,用cell.contentView.systemLayoutSizeFittingSize(UILayoutFittingCompressedSize).height计算出来就没问题 |
建议里面子cell高度手动算出来,tableView不像label,可以自己计算高度。 |
到底如何算呢,求贴个代码 |
问题解决了吗? |
这个嵌套高度可以解决吗? |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
UITableViewCell里面添加UITableView,可以用这个自动布局么?
The text was updated successfully, but these errors were encountered: