首页
IT
登录
6mi
u
盘
搜
搜 索
IT
tableView 带动collectionView
tableView 带动collectionView
xiaoxiao
2022-06-27
24
tableView 可以带动collection view 联动 左table 右collection 在点击的方法里写
NSIndexPath
*newIndex = [
NSIndexPath
indexPathForItem
:
0
inSection
:indexPath.
row
];
[
_collection
scrollToItemAtIndexPath
:newIndex
atScrollPosition
:
UICollectionViewScrollPositionCenteredVertically
animated
:
YES
]
;
转载请注明原文地址: https://ju.6miu.com/read-1124075.html
专利
最新回复
(
0
)