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
Since we use these as the return type when defining methods like baseWritingDirectionForPosition in the header file, it causes warnings in the editor where this dependency is used. For example in WCiOS:
'UITextWritingDirection' is deprecated: first deprecated in iOS 13.0
The text was updated successfully, but these errors were encountered:
Since iOS13.0 the usage of the
UITextWritingDirection
typealias is deprecated in favour of the existing underlyingNSWritingDirection
data type: https://developer.apple.com/documentation/uikit/uitextwritingdirectionSince we use these as the return type when defining methods like
baseWritingDirectionForPosition
in the header file, it causes warnings in the editor where this dependency is used. For example in WCiOS:The text was updated successfully, but these errors were encountered: