Skip to content

Instantly share code, notes, and snippets.

View stvalentin's full-sized avatar

Stanciu Valentin stvalentin

  • Romania
View GitHub Profile
@stvalentin
stvalentin / automatic scroll collectionview.swift
Created September 28, 2022 10:07 — forked from wassim93/automatic scroll collectionview.swift
automatic scroll collectionview swift
@IBOutlet weak var collectionView: UICollectionView!
// fill your datasource array with data
var datasource: [] = []
override func viewDidLoad() {
super.viewDidLoad()
startTimer()
}