Skip to content

Instantly share code, notes, and snippets.

View trulyronak's full-sized avatar
🌏

Ronak Shah trulyronak

🌏
View GitHub Profile
@leestanley
leestanley / 🐈 About me.gif
Last active June 24, 2024 11:39
🐈 Learn more about me here!
🐈 About me.gif
import Cocoa
class ViewController: NSViewController,NSCollectionViewDelegate,NSCollectionViewDataSource,NSCollectionViewDelegateFlowLayout {
private let concurrentQueue = DispatchQueue(label: "calendarQueue", attributes: .concurrent)
//next 2 variables or speed and smoothness in loading
private var currentSection : Int!
private var currentOffset = 0
private let calendar = Calendar.current