简体   繁体   English

如何使表格视图像日历应用程序的详细信息视图

[英]How to make tableview like Calendar app's detail view

I think UITableViewCellStyleSubtitle will be close to Calendar App's detail view, but I don't know how to make it. 我认为UITableViewCellStyleSubtitle将接近Calendar App的详细信息视图,但我不知道如何制作。 or does any solution for this tableview cell? 或对此TableView单元格有任何解决方案吗?

在此处输入图片说明

Its nothing just a Grouped table view with dynamic height cells . 它仅仅是具有动态高度cellsGrouped table视图。 You can create a grouped table view and calculate height of cell in heightForRowAtIndexPath by using CGSize and create reuable cell with two labels . 您可以使用CGSize创建grouped table视图并cell in heightForRowAtIndexPath计算cell in height ,并创建带有两个labels reuable cell

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM