YISwipeShiftCaret 1.0.0

YISwipeShiftCaret 1.0.0

测试已测试
语言语言 Obj-CObjective C
许可证 自定义
发行最新发行2014年12月

Yasuhiro Inami维护。




  • Yasuhiro Inami

YISwipeShiftCaret 1.0.0

用于 iOS 的滑动切换文本输入光标(无私有 API)

ScreenShot1

上面的截图来自使用 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 可在 啤酒许可证 之下使用。

如果我们某天相遇,并且你认为这些东西值得,你可以买给我一瓶啤酒作为回报。