A lot of people new to iOS development find it difficult to pass data between different views. A common question in many forums is: "How to pass data between two different views." Well the simple answer is using Protocols and Delegates. I am going to take you through a tutorial on how to pass data [...]