- 授权协议: MIT
- 开发语言: Objective-C
- 操作系统: iOS
- 软件首页: https://github.com/hfrahmann/HFStretchableTableHeaderView
软件介绍
HFStretchableTableHeaderView 实现了可伸缩的 TableHeaderView
使用方法:
- (void)viewDidLoad
{
[super viewDidLoad];
_stretchableTableHeaderView = [HFStretchableTableHeaderView new];
[_stretchableTableHeaderView stretchHeaderForTableView:self.tableView withView:_stretchView];
}
- (void)scrollViewDidScroll:(UIScrollView *)scrollView
{
[_stretchableTableHeaderView scrollViewDidScroll:scrollView];
}
- (void)viewDidLayoutSubviews
{
[_stretchableTableHeaderView resizeView];
}
The Art of Computer Programming, Volume 4, Fascicle 3
Donald E. Knuth / Addison-Wesley Professional / 2005-08-05 / USD 19.99
Finally, after a wait of more than thirty-five years, the first part of Volume 4 is at last ready for publication. Check out the boxed set that brings together Volumes 1 - 4A in one elegant case, and ......一起来看看 《The Art of Computer Programming, Volume 4, Fascicle 3》 这本书的介绍吧!

