Array index out of range [swift] -
i have set of strings, split out , save array, , try loop api parameter, keep crash error
index out of range
why it? need pls
you should learn array basic ideas. error shows becuse item request not available in array.
for in 0...qrcoderarrau.count - 1 { }
Comments
Post a Comment