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];
-
Notifications
You must be signed in to change notification settings - Fork 1
多个tableView滑动切换,可添加headerView,可设置headerView悬停效果
License
shitong/XCLPageView
Folders and files
| Name | Name | Last commit message | Last commit date | |
|---|---|---|---|---|
Repository files navigation
About
多个tableView滑动切换,可添加headerView,可设置headerView悬停效果
Resources
License
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published