You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
on line 367 to make isCancelled observeable. The completion onCancelled cannot be set when including in objective-c project. KVO would help to get cancelled state.
Great project!
The text was updated successfully, but these errors were encountered:
Could you add
willChangeValue(for: \.isCancelled)
and
didChangeValue(for: \.isCancelled)
on line 367 to make isCancelled observeable. The completion onCancelled cannot be set when including in objective-c project. KVO would help to get cancelled state.
Great project!
The text was updated successfully, but these errors were encountered: