Posts

Post marked as Apple Recommended
0 Views
Same here on Monterey 12.2 - I had Safari running for a long time (with lots of open windows and tons of tabs). The UI for ASWebAuthenticationSession never showed up, even when trying multiple times. After quitting and relaunching Safari, all the queued requests for ASWebAuthenticationSession were handled in a serial fashion. This is clearly broken. Please fix in macOS 13.
Post not yet marked as solved
3 Replies
0 Views
I'm interested in using MPSImageGuidedFilter but haven't found any sample code on how to use it. It's API is quite different from all the other unary filters or binary filters in MPS. Any pointers?
Post not yet marked as solved
9 Replies
0 Views
Same problem with German keyboard. Hope that this will be fixed with 13.2.
Post not yet marked as solved
2 Replies
0 Views
I'm seeing similar behaviour whenever I procedurally modify the PKDrawing of a PKCanvasView. Specifially when doing: canvasView.drawing.strokes[i].mask = newMask canvasView.drawing.strokes[i] = newStroke canvasView.drawing.remove(at:i) canvasView.drawing.insert(stroke, at:i) the undoManager (or its stack of undo operations) gets messed up and stops working. I assume this is a bug in iOS 14 beta? Hopefully the PencilKit team will fix this before the release of iOS 14?