June 27, 2019 Patrick Morrow Swift How to Create a For-In Loop in Swift June 27, 2019 Patrick Morrow Swift There are many times when writing an app that you will need to loop through some data, numbers, an array, recorded game scores etc. To do this you can use a loop.In this lesson I will show you how to create a simple for-in loop.