ios - 用户界面设计类似于TableView

标签 ios uibutton uilabel tableview uitableview

我最近正在研究这个项目,如下所示。

enter image description here

我正在考虑使用 TableView 或使用 UIButton/UILabel 或其他一些 UI 元素来创建上面显示的界面。有谁可以给​​我一些关于哪种方式是最佳方法的建议,提前致谢。

最佳答案

UITabBarController 有一个 UINavigationController

UINavigationController.view 有一个 UITableView

UITableViews 单元格是 CustomCell

您可以添加backgroundImage或添加一些 subview 的CustomCell

关于ios - 用户界面设计类似于TableView,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/15423904/

相关文章:

ios - 将多个 UILabels 居中放置在一行上

iphone - 检查设备是否为 iPad

iphone - 在 UINavigation 类型的应用程序中,如何在 View Controller 之间进行通信?

ios - 将图像设置为用蓝色填充的 UIButton

ios - UIButton 标题和图像的不同对齐方式

ios - 以编程方式根据文本长度自定义 UILabel 宽度

ios - XLPagerTabStrip 的 ChildViewController 的动态数量

ios - UITableView 中嵌入的 UICollectionView 中的 UICollectionViewCell 未按预期显示

swift - UIButtonType 未在 Swift Playground 中显示

ios - 带有两个标签的水平 UIStackView(一个多行标签,一个单行)