MADismissiveTextView
- 授权协议: MIT
- 开发语言: Objective-C
- 操作系统: iOS
- 软件首页: https://github.com/mikeahmarani/MADismissiveTextView
- 软件文档: https://github.com/mikeahmarani/MADismissiveTextView
软件介绍
MADismissiveTextView 是 UITextView 的子类用来处理释放键盘输入。
示例代码:
UIScrollView *scrollView = [[UIScrollView alloc] initWithFrame:CGRectMake(0, 44, 320, 416)]; [self.view addSubview:scrollView]; MADismissiveTextView *textView = [[MADismissiveTextView alloc] initWithFrame:CGRectMake(0, 0, 320, 44)]; textView.dismissivePanGestureRecognizer = scrollView.panGestureRecognizer; textView.keyboardDelegate = self; [self.view addSubview:textView];
Making Things See
Greg Borenstein / Make / 2012-2-3 / USD 39.99
Welcome to the Vision Revolution. With Microsoft's Kinect leading the way, you can now use 3D computer vision technology to build digital 3D models of people and objects that you can manipulate with g......一起来看看 《Making Things See》 这本书的介绍吧!
