wordpress-mobile / AztecEditor-iOS

A reusable native iOS visual HTML text editor component.
Mozilla Public License 2.0
611 stars 146 forks source link

`UITextWritingDirection` deprecation warning #1371

Open iamgabrielma opened 11 months ago

iamgabrielma commented 11 months ago

Since iOS13.0 the usage of the UITextWritingDirection typealias is deprecated in favour of the existing underlying NSWritingDirection data type: https://developer.apple.com/documentation/uikit/uitextwritingdirection

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:

Screenshot 2023-08-11 at 08 14 12
'UITextWritingDirection' is deprecated: first deprecated in iOS 13.0