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?
Comments
Post a Comment