用于 iOS 的滑动切换文本输入光标(无私有 API)
上面的截图来自使用 YIPopupTextView 的_WORDBOOK App WordBook App,版本为 YIPopupTextView。
此项目基于此 提交。
- (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;
}
此项目的主要想法来自 r-plus/SwipeShiftCaret。
YISwipeShiftCaret
可在 啤酒许可证 之下使用。
如果我们某天相遇,并且你认为这些东西值得,你可以买给我一瓶啤酒作为回报。