gpt4 book ai didi

ios - iCarousel 滚动条

转载 作者:行者123 更新时间:2023-11-28 22:55:23 24 4
gpt4 key购买 nike

如何在特定项目或索引中滚动,例如:我在另一个 UIView 上设置了一个 NSInteger,然后将它传递给我的 iCarousel .在我的另一个 UIView 中,我这样设置 NSInteger:

[[NSUserDefaults standardUserDefaults] setInteger:button.tag
forKey:@"integer"];

[[NSUserDefaults standardUserDefaults] synchronize];

滚动时我使用这个:

[carousel scrollByNumberOfItems:-35 duration:10.7550f];

如何将整数传递给轮播,使其滚动然后停止到特定项目或索引。

最佳答案

- (void)scrollToItemAtIndex:(NSInteger)index animated:(BOOL)animated;`

README 中明确说明和描述. methods

下的第一个方法

或者,如果您愿意:

- (void)scrollToItemAtIndex:(NSInteger)index 
duration:(NSTimeInterval)scrollDuration;`

关于ios - iCarousel 滚动条,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/10907195/

24 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com