SPIExpandHeader 1.0.2× 测试已测试✗ 语言语言 Objective-CObjective C许可 MIT 发布最后发布2016年5月由LYL维护。安装指南×SPIExpandHeader 的安装指南您希望在 Podfile 中添加类似以下的内容:pod 'SPIExpandHeader', '~> 1.0'target 'MyApp' do pod 'SPIExpandHeader', '~> 1.0' end然后在终端内部运行一个 pod install 命令,或者从 CocoaPods.app 运行。作为替代方案,要对其进行测试运行,请运行以下命令pod try SPIExpandHeader见 PodspecGitHub 文件库CocoaPods.org 上的页面SPIExpandHeader 1.0.2由LYLLiuYulei001/ExpandHeaderGitHub 文件库 ExpandHeader 列表视图或 scrollview 的头部图片 拉伸放大效果! @interface ViewC () { CExpandHeader *_header; } (void)viewDidLoad { [super viewDidLoad]; _header = [CExpandHeader expandWithScrollView:self.myTableView expandView:self.cycleScrollView]; }