This repository is not active
joaopaulogalvao/SwiftClassRoster
This is a repo for HM Sessions 2,3,4 of Code Fellows Foundations 2 course. This homework requires a creation of a Roster App with 2 buttons and a label. This app should contain actions for the 2 buttons, and an outlet for the lable. Also, it needs to contain an array of 5 strings and store it in a property in the view controller. Its algorithm should cycle throught strings in the array as the buttons are pressed, showing a different string in the label.
Swift