How do I create a UI TableView with multiple columns in Xcode?

后端 未结 3 1236
闹比i
闹比i 2021-02-03 12:43

I am working on a iOS 8 app with Xcode. I need to display a table with many columns and rows of data in one view.

Example:

Name               Time In             


        
3条回答
  •  广开言路
    2021-02-03 13:27

    Use UICollectionView, check Apple WWDC 2012 sessions

    • 205 Introducing Collection Views
    • 219 Advanced Collection Views and Building Custom Layouts

    from https://developer.apple.com/videos/wwdc/2012/

提交回复
热议问题