- 授权协议: 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]; }
Out of Control
Kevin Kelly / Basic Books / 1995-4-14 / USD 22.95
Out of Control is a summary of what we know about self-sustaining systems, both living ones such as a tropical wetland, or an artificial one, such as a computer simulation of our planet. The last chap......一起来看看 《Out of Control》 这本书的介绍吧!