Skip to content

shitong/XCLPageView

Repository files navigation

XCLPageView

Screenshots


image

用法


DemoTableViewController *controller1 = [[DemoTableViewController alloc] initWithItemCount:4];
DemoTableViewController *controller2 = [[DemoTableViewController alloc] initWithItemCount:20];
[self.pageView setParentViewController:self childViewControllers:@[controller1, controller2]];

// 如果需要可以设置headerView,并指定高度,minHeight如果不为0,则在想上滚动时,headerView底部会保留最小高度
[self.pageView setHeaderView:[[UIView alloc] init] defaultHeight:200 minHeight:50];

About

多个tableView滑动切换,可添加headerView,可设置headerView悬停效果

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published