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
In particular, NSKeyValueObservingOptionInitial will not be triggered correctly as the existing implementation calls addObserver before storing the block, when in fact the block should be saved first as the default addObserver needs to call the block before the method itself even returns.
In particular, NSKeyValueObservingOptionInitial will not be triggered correctly as the existing implementation calls addObserver before storing the block, when in fact the block should be saved first as the default addObserver needs to call the block before the method itself even returns.
The text was updated successfully, but these errors were encountered: