TestsTested | ✗ |
LangLanguage | Obj-CObjective C |
License | Custom |
ReleasedLast Release | Dec 2014 |
Maintained by Yasuhiro Inami.
Swipe-to-shift text input caret for iOS (no private APIs)
Above screenshot is from WordBook App using YIPopupTextView.
This project is based on this commit.
- (BOOL)application:(UIApplication *)application didFinishLaunchingWithOptions:(NSDictionary *)launchOptions
{
// add swipe-shift-caret gestures to all of UITextField/UITextView
[YISwipeShiftCaret install];
//
// or, you can implement gestures manually as follows, adding to non-textInput (wider parent) view:
//
// YISwipeShiftCaretGestureRecognizer* gesture = [[YISwipeShiftCaretGestureRecognizer alloc] initWithTextInput:self.textField];
// [self.window addGestureRecognizer:gesture];
return YES;
}
Main idea of this project is from r-plus/SwipeShiftCaret.
YISwipeShiftCaret
is available under the Beerware license.
If we meet some day, and you think this stuff is worth it, you can buy me a beer in return.