swift - Adding UITableView to ViewController - Scrolling horizontaly -


I'm new to Im faster (and xcode), but I was thinking that I can see the UITableView I can add an existing ViewController (using the storyboard) divided into two:

  UIView1: 100% w, 50% h UIView2: 100% w, 50 I can scroll it horizontally by changing the  UIView2  to  UITableView  so that my cells  100  

% W , 50% h (related to MasterView )

How should I do this? I saw one, but it is not really straight forward and it is not using fast. any advice?

If you are looking for a collection view not for a table view, a UICollectionView tile on an area Spreads and if there is a horizontal space in the area, then it will place all the cells in front of each other like a horizontal table view.


Comments