Skip to content
This repository has been archived by the owner on Oct 30, 2018. It is now read-only.

Commit

Permalink
Makes 'foundPrefixRange' property public
Browse files Browse the repository at this point in the history
  • Loading branch information
dzenbot committed Sep 29, 2014
1 parent 02eb6bd commit 3689888
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
3 changes: 3 additions & 0 deletions Source/Classes/SLKTextViewController.h
Original file line number Diff line number Diff line change
Expand Up @@ -216,6 +216,9 @@
/** The recently found prefix symbol used as prefix for autocompletion mode. */
@property (nonatomic, readonly) NSString *foundPrefix;

/** The range of the found prefix in the text view content. */
@property (nonatomic, readonly) NSRange foundPrefixRange;

/** The recently found word at the textView caret position. */
@property (nonatomic, readonly) NSString *foundWord;

Expand Down
3 changes: 0 additions & 3 deletions Source/Classes/SLKTextViewController.m
Original file line number Diff line number Diff line change
Expand Up @@ -37,9 +37,6 @@ @interface SLKTextViewController () <UIGestureRecognizerDelegate, UIAlertViewDel
// YES if the user is moving the keyboard with a gesture
@property (nonatomic, readonly, getter = isMovingKeyboard) BOOL movingKeyboard;

// Used for Auto-Completion
@property (nonatomic, readonly) NSRange foundPrefixRange;

// The current QuicktypeBar mode (hidden, collapsed or expanded)
@property (nonatomic) SLKQuicktypeBarMode quicktypeBarMode;

Expand Down

0 comments on commit 3689888

Please sign in to comment.