Skip to content

UITextWritingDirection deprecation warning #1371

@iamgabrielma

Description

@iamgabrielma

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

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions