YKParallaxHeaderView是用Swift编写的UITableView的视差标题视图。安装时,只需将YKParallaxHeaderView/*复制到您的项目中。用法: YKParallaxHeaderView ( image : UIImage ( named : "image.jpg"), height : 200.0, inView : tableView),其中 image 用于显示图像,height 指定标题视图的初始高度,inView 为基表视图。