Posts

Showing posts from October, 2017

What is array in Swift iOS?

Array :-   An array stores multiple values of the same type in an ordered list.  Arrays are one of the most commonly used data types in an app.