Swift – Collection Types. Working with Swift Collection Types is much elegant and simpler as compared to Objective C. Following Code snippets works with Swift- Array Collection Type Creating and Working with Array in Swift func testArrayCollectionInSwift() { //String Array…