Infinite NSScrollView

Milen Dzhumerov: When we refer to infinity, what we mean is that in practical terms the user will never hit an edge. One way to achieve that would be to make the scrollable area as large as possible (max values of CGFloat). Unfortunately, such very large values end up producing jerky scrolling movements. Another approach … Continue reading Infinite NSScrollView