Artem Omelchuk
Artem Omelchuk
I experience something similar. But in my case call board.IsDraw() returns True, when it's not draw yet.
> Combine it yourself? `board.IsInCheckMate() || board.IsDraw()` isDraw works incorrectly
I suggest using board.GetLegalMoves().Length == 0
Just sharing some thoughts, I'm not an IOS dev. So I may be wrong) 1. Wouldn't AVCaptureDevice.FocusMode.continuousAutoFocus help here? Ref: https://developer.apple.com/documentation/avfoundation/avcapturedevice/focusmode/continuousautofocus/ 2. As I understand the main issue is, that...