Question

I am recently working on this project as below.

enter image description here

I am thinking to use TableView or use UIButton/UILabel or some other UI elements to create the interface shown above. Does anyone can give me some suggestions about which way would be the best approach, thanks in advance.

Was it helpful?

Solution

UITabBarController has a UINavigationController

UINavigationController.view has a UITableView

UITableViews cell is a CustomCell

The CustomCell you can add backgroundImage or add some subviews

OTHER TIPS

You can do it through customizing UITableView Cell.

You can find a good video tutorial here

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top