Objective C – How to concatenate an entire array of strings? April 26, 2023 by Tarik There are many ways to do it, the simplest being [yourArray componentsJoinedByString: @","]