Код: Выделить всё
let fromStr = (group as NSString).substring(with: from.range)
var scanner = Scanner(string: fromStr)
scanner.scanDouble(&h)
Подробнее здесь: https://stackoverflow.com/questions/702 ... is-warning
Код: Выделить всё
let fromStr = (group as NSString).substring(with: from.range)
var scanner = Scanner(string: fromStr)
scanner.scanDouble(&h)