YISwipeShiftCaret
- 授权协议: 未知
- 开发语言: Objective-C
- 操作系统: iOS
- 软件首页: https://github.com/inamiy/YISwipeShiftCaret
软件介绍
Swipe-to-shift text input caret for iOS (no private APIs)
示例代码:
- (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;
}
Learn Python the Hard Way
Zed A. Shaw / Addison-Wesley Professional / 2013-10-11 / USD 39.99
Master Python and become a programmer-even if you never thought you could! This breakthrough book and CD can help practically anyone get started in programming. It's called "The Hard Way," but it's re......一起来看看 《Learn Python the Hard Way》 这本书的介绍吧!
