Skip to content

一键集成UIScrollView的头部下拉放大效果

Notifications You must be signed in to change notification settings

z-wade/ExpandHeader

Repository files navigation

ExpandHeader

一键集成UIScrolView下拉放大的效果,这个效果在之前的个人中心页,经常出会现,现用swift重新实现 Demo图片

例子

let imageView = UIImageView(image: UIImage(named: "timg"))
imageView.frame = CGRect(x: 0, y: 0, width: 0, height: 190)
tableView.expandHeaderView = imageView

宽度会自动使用scrollView的宽度,在此主要是用到了高度。

协议

ExpandHeader is released under a BSD License. See LICENSE file for details.

About

一键集成UIScrollView的头部下拉放大效果

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published