Delegates are a useful tool in communicating between objects. In this tutorial we will create and implement a custom delegate to allow three UISliders to adjust the background color of a ViewController. About Delegates Messages in Objective-C are a one-way street. A parent class can send a message to its child, but the child cannot, […]
{excerpt}
Read More