Horizontal scroll

PHOTO EMBED

Wed Jan 25 2023 15:36:09 GMT+0000 (Coordinated Universal Time)

Saved by @hasnat #ios #swift #scroll #horizontal #snippet

    func setScrollView() {
        let contentWidth = topPlayersTableView.layer.frame.width + 20
        scrollView.contentSize = CGSize(width: contentWidth, height: scrollView.frame.height)
        scrollView.isPagingEnabled = true
    }
content_copyCOPY

if you want to scroll horizontally and vertically then use this code.

https://chat.openai.com/chat/07129f0f-4c3a-4dc4-892c-f0353b6ad551