请求下来的标题如果超过7个 最后2个就点不到 也滑动不到最后2个标题
syqaxldy opened this issue · 3 comments
syqaxldy commented
@"撒大声地",@"撒大声地" ,@"撒大声地",@"测试",@"测试",@"测试",@"测试",@"测试"
XLPageViewControllerConfig *config = [XLPageViewControllerConfig defaultConfig];
config.titleSpace = 10;
config.titleViewInset = UIEdgeInsetsMake(0, 10, 0, 10);
self.pageViewController = [[XLPageViewController alloc] initWithConfig:config];
self.pageViewController.view.frame = CGRectMake(0, NavBar_Height, kWidth, kHeight-NavBar_Height);
self.pageViewController.delegate = self;
self.pageViewController.dataSource = self;
[self addChildViewController:self.pageViewController];
[self.view addSubview:self.pageViewController.view];
mengxianliang commented
pageViewControllerNumberOfPage
请求之后,这个代理方法里的数据更新了吗?
syqaxldy commented
mengxianliang commented
方便把的话可以把出错的Demo发我一下,我看看。