convert int16 to int swift code example
Example 1: swiftui variable transform into int
let myInt1 = Int(myString1)
Example 2: swift and xcode and convert "Int to Int16"
array.append(Int16(i))
let myInt1 = Int(myString1)
array.append(Int16(i))