[Solved] Compile error cause by NSAray [closed]


I don’t kwow about your storyboard issue (it is impossible to say anything without seeing the storyboard, or, at least, how the outlet is bound), but there is another issue.
It seems like labelArray is an array of UILabel. But in the first line of your code, you are creating an array of NSString.

solved Compile error cause by NSAray [closed]