tableView.tabAnimated = TABTableAnimated(cellClass: IKReservationCardAnimateCell.self, cellHeight: 134)
tableView.tabAnimated?.animatedBackgroundColor = .clear
tableView.tabAnimated?.superAnimationType = .shimmer
tableView.tabAnimated?.canLoadAgain = true
tableView.tab_startAnimation()
基本用法. 但是打开ViewBebuger后发现有一个遮罩

但是第一个Cell是正常的
tableView.tabAnimated = TABTableAnimated(cellClass: IKReservationCardAnimateCell.self, cellHeight: 134)
tableView.tabAnimated?.animatedBackgroundColor = .clear
tableView.tabAnimated?.superAnimationType = .shimmer
tableView.tabAnimated?.canLoadAgain = true
tableView.tab_startAnimation()
基本用法. 但是打开ViewBebuger后发现有一个遮罩