Hello i want to remove object from array in swift 3 gives me error
String may not be indexed with 'Int', it has variable size elements error
My codes here
var itemListcomming = String()
itemListcomming = itemListcomming.remove(at: 16)
any idea ?
Thanks
