We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 6a95b04 + 35f029d commit 28264efCopy full SHA for 28264ef
Source/Classes/SLKTextView.m
@@ -36,7 +36,7 @@ @interface SLKTextView ()
36
// The keyboard commands available for external keyboards
37
@property (nonatomic, strong) NSArray *keyboardCommands;
38
39
-// Used for moving the care up/down
+// Used for moving the caret up/down
40
@property (nonatomic) UITextLayoutDirection verticalMoveDirection;
41
@property (nonatomic) CGRect verticalMoveStartCaretRect;
42
@property (nonatomic) CGRect verticalMoveLastCaretRect;
0 commit comments