Skip to content

Commit

Permalink
Switch UITextWritingDirection to NSWritingDirection (#2071)
Browse files Browse the repository at this point in the history
  • Loading branch information
garrettmoon committed Dec 13, 2022
1 parent fea847b commit c989e1a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Source/TextExperiment/Component/ASTextInput.h
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ typedef NS_ENUM(NSInteger, ASTextAffinity) {
@interface ASTextSelectionRect : UITextSelectionRect <NSCopying>

@property (nonatomic) CGRect rect;
@property (nonatomic) UITextWritingDirection writingDirection;
@property (nonatomic) NSWritingDirection writingDirection;
@property (nonatomic) BOOL containsStart;
@property (nonatomic) BOOL containsEnd;
@property (nonatomic) BOOL isVertical;
Expand Down

0 comments on commit c989e1a

Please sign in to comment.