嵌套 ScrollView 视图连续滑动解决方案 Continuing-Scroll-Helper
- 授权协议: MIT
- 开发语言: Objective-C
- 操作系统: iOS
- 软件首页: https://github.com/mTz0206/Continuing-Scroll-Helper
- 软件文档: https://github.com/mTz0206/Continuing-Scroll-Helper/blob/master/README.md
- 官方下载: https://github.com/mTz0206/Continuing-Scroll-Helper
软件介绍
https://github.com/mTz0206/Continuing-Scroll-Helper
这是一个用来解决嵌套的ScrollView视图结构下连续滑动的问题的Helper
在一个tableView中加入一个webView cell 这个是一个常见的图层结构。上面是native的页面,下面是web的页面,这种情况下就有两个scrollView 嵌套在了一起,滚动事件就不太容易控制。一种解决方案就是直接把webView cell的高度直接设置成contentSize的高度,这样的话webView就全部展开了。带来的问题就是如果webView的内容过大会造成内存问题,所以webView的最大高度就是屏幕的高度。
XForms Essentials
Micah Dubinko / O'Reilly Media, Inc. / 2003-08-27 / USD 29.95
The use of forms on the Web is so commonplace that most user interactions involve some type of form. XForms - a combination of XML and forms - offers a powerful alternative to HTML-based forms. By pro......一起来看看 《XForms Essentials》 这本书的介绍吧!
