Skip to content

Instantly share code, notes, and snippets.

View mnkadafi's full-sized avatar
🏢
Active in company account

Mochamad Nurkhayal Kadafi mnkadafi

🏢
Active in company account
View GitHub Profile
@ylem
ylem / CenterItemInCollectionView.playground
Last active January 5, 2024 03:28
Scrolling item on a horizontal UICollectionView, stopped item on center of screen.
//: Playground - noun: a place where people can play
import UIKit
import PlaygroundSupport
class WLCollectionCell: UICollectionViewCell {
required init?(coder aDecoder: NSCoder) {
fatalError("init(coder:) has not been implemented")
}