Tag Archives: NSArray

Split NSArray based on characters

Arrays are omnipresent. As I needed a snippet to make a string into an array of values, I thought would be helpful to share this for beginners. For example, take a string variable like, Create an array variable „array1” as:- I used the for loop to know the array1 values, which is displayed in Console …

How to convert a mutable array to an immutable array

Really, how do you do this quickly ? Find here.

How to convert an immutable array to a mutable array

Part II of the mutable transformation „saga”. Find here how to quickly convert from immutable to mutable arrays.