i\'ve just converted my little app but i\'ve found this error: \'substring(from:)\' is deprecated: Please use String slicing subscript with a \'partial range from\' operator
str[..
The code above is "partial range from" Look at this How can I use String slicing subscripts in Swift 4?