Danie1s/DNSPageView

Thread 1: Assertion failed: currentIndex < 0 or currentIndex >= titles.count

lihj opened this issue · 1 comments

lihj commented

比如原来有5个,新的数组才1个,使用 pageViewManager.configure(titles: titles, childViewControllers: self.children, style: style)
会闪退,currentIndex 没复位,造成越界问题

默认是不复位的,因为我不知道数据改变后,外界希望显示哪一页

你可以先通过 public func selectedTitle(at index: Int, animated: Bool = true) 来改变 currentIndex ,再更新数据