PullToRefreshSwift icon indicating copy to clipboard operation
PullToRefreshSwift copied to clipboard

Runtime Issues

Open Sweeper777 opened this issue 7 years ago • 0 comments

I don't know if this is related or the same as #34, but instead of getting a crash, I am getting a runtime issue saying that

Simultaneous accesses to 0x7f9c20c35e30, but modification requires exclusive access

on this line:

// PullToRefreshView.swift line 153
if !(context == &kvoContext && keyPath == contentOffsetKeyPath) {

Sweeper777 avatar Nov 28 '18 07:11 Sweeper777