目前库只支持选中的第几个tab,但不支持设定选中tab的那个页面cell滑动到第几个 这个是在选中tab的那个vc里面设定的滚动效果达不到预期的那样 DispatchQueue.main.async { self.tableView.scrollToRow(at: indexPath, at: .top, animated: true) }