问题描述
我正在设置 UICollectionView 的内容插入:
I am setting the content inset of a UICollectionView:
[_collectionView setContentInset:UIEdgeInsetsMake(0.f, 0.f, 100.f, 0.f)];
然后我用这个方法以编程方式一直滚动到 UICollectionView 的底部:
Then I am scrolling programmatically all the way to the bottom of the UICollectionView with this method:
- (void)scrollToLastMessageAnimated:(BOOL)animated;
{
if (_messages.count == 0) { return; }
NSUInteger indexOfLastSection = _messagesBySections.count - 1;
NSInteger indexOfMessageInLastSection = [_messagesBySections[indexOfLastSection] count] - 1;
NSIndexPath *path = [NSIndexPath indexPathForItem:indexOfMessageInLastSection
inSection:indexOfLastSection];
[_collectionView scrollToItemAtIndexPath:path
atScrollPosition:UICollectionViewScrollPositionCenteredVertically
animated:animated];
}
它是向下滚动,但是它忽略了contentInset,意味着最后一个单元格在指定的content inset之下:
It is scrolling down, but it is ignoring the contentInset, meaning that the last cells are below the specified content inset:
左图显示了视图出现后它现在的样子.在右图中,我手动向下滚动到最后一条消息.
The left image, shows how it appear now after the view did appear. In the right image, I manually scrolled further down to the last message.
我正在使用 AutoLayout,你知道为什么会这样吗?
I am using AutoLayout, any ideas why this happens?
这是 IB 设置的屏幕截图:
Here is a screenshot of the IB setup:
推荐答案
今天偶然发现了解决方案!
Today, by chance I discovered the solution!
选择您的视图控制器并取消选中调整滚动视图插图"选项.
Select your view controller and uncheck the option "Adjust Scroll View Insets".
如果未选中此选项,iOS 不会自动调整视图的插图(可能还有它的子视图),这给我带来了问题...取消选中它并像这样以编程方式配置滚动插图:
With this option unchecked, iOS does not automatically adjust your insets of the view (and probably its subviews), which caused the problems for me ... Uncheck it and configure your scroll insets like this programmatically:
- (void)configureInsetsOfCollectionView
{
[_collectionView setContentInset: UIEdgeInsetsMake(self.navigationController.navigationBar.bounds.size.height + [UIApplication sharedApplication].statusBarFrame.size.height + DEFAULT_SPACING, 0.f, _keyboardHeight + _toolbar.bounds.size.height + DEFAULT_SPACING, 0.f)];
[_collectionView setScrollIndicatorInsets:UIEdgeInsetsMake(self.navigationController.navigationBar.bounds.size.height + [UIApplication sharedApplication].statusBarFrame.size.height, 0.f, _keyboardHeight + _toolbar.bounds.size.height, 0.f)];
}
这篇关于带有 ContentInset 的 UICollectionView 不会一直向下滚动的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持跟版网!


大气响应式网络建站服务公司织梦模板
高端大气html5设计公司网站源码
织梦dede网页模板下载素材销售下载站平台(带会员中心带筛选)
财税代理公司注册代理记账网站织梦模板(带手机端)
成人高考自考在职研究生教育机构网站源码(带手机端)
高端HTML5响应式企业集团通用类网站织梦模板(自适应手机端)