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];
Java in a Nutshell, 6th Edition
Benjamin J Evans、David Flanagan / O'Reilly Media / 2014-10 / USD 59.99
The latest edition of Java in a Nutshell is designed to help experienced Java programmers get the most out of Java 7 and 8, but it's also a learning path for new developers. Chock full of examples tha......一起来看看 《Java in a Nutshell, 6th Edition》 这本书的介绍吧!
