Search code examples
swiftscrollhorizontalscrollview

Who to scroll Table view in horizontal and vertical direction in swift 5


I want this table view with vertical and horizontal scroll and top header also move along with it . for eg when we scroll left to right header + row moves at same time.

As show in the image below these value are coming from Api (header part is done manually).

Tableview


Solution

  • Take a look at this examples :

    [1]try this link! , its same behaviour like spreadshit as you mentioned in question image [2]KEZCollectionViewTableLayout

    [3]MMSpreadsheetView

    [4]DRCollectionViewTableLayout-iOS