WebMobi59
Results
1
comments of
WebMobi59
- _CentralViewController.swift_ in the BKExample ``` ... func scan() { central.scanContinuouslyWithChangeHandler({ changes, discoveries in let indexPathsToRemove = changes.filter({ $0 == .remove(discovery: nil) }).map({ NSIndexPath(row: self.discoveries.index(of: $0.discovery)!, section: 0) }) self.discoveries...