Pierre Bernard

Results 4 comments of Pierre Bernard

Working from Pawel's report I came up with the following series of commands that allowed me to code-sign Aperture on Big Sur. Once that was done, I was able to...

The idea is to set directionMask in -tableView:cellForRowAtIndexPath: You may want a different value for different rows. In that case it makes no sense to save directionMask across reuse. I...

Hi! It appears the problem is in the gesture recognizer. On occasion, a pan is accidentally initiated when you try to pull to refresh. gestureRecognizerDidPan: installs the subviews on gesture...

The problem reported by georgemp originated from the fact that the swipe gesture recognizer could be accidentally triggered by a pull-to-refresh gesture. I believed this had been fixed by pull...