gpt4 book ai didi

ios - 我如何获取 JT Apple 日历 View 的 indexpath.section

转载 作者:行者123 更新时间:2023-11-28 06:11:42 27 4
gpt4 key购买 nike

我正在使用 JT Apple calendar pod 来显示日历我想做的是放置两个按钮(上一个和下一个滚动速度比向左或向右滑动快)但是我找不到获取 Collection View 的索引路径的方法

enter image description here

> func configureCalendar(_ calendar: JTAppleCalendarView) ->
> ConfigurationParameters
> {
> formatter.dateFormat = "yyyy MM dd"
> formatter.timeZone = Calendar.current.timeZone
> formatter.locale = Calendar.current.locale
> let startDate = Date() //today
> let endDate = Calendar.current.date(byAdding: .month, value:2, to: startDate) let parameters = ConfigurationParameters(startDate:
> startDate, endDate: endDate!)
> return parameters
> }

我需要实现 nextButtonPressed 以向右滑动和 Previous 按钮但不传递相应的日期

最佳答案

您不必为 collectionView 找到索引路径。

只需调用这些函数,

calendarView.scrollToSegment(.next)      // Scrolls to next
calendarView.scrollToSegment(.previous) // Scrolls to previous
calendarView.scrollToSegment(.start) // Scrolls to start of calendar
calendarView.scrollToSegment(.end) // Scrolls to end of calendar

关于ios - 我如何获取 JT Apple 日历 View 的 indexpath.section,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/46349902/

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