iOS Succinctly – Hello, iOS!

In this article, we’ll introduce the three main design patterns underlying all iOS app development: model-view-controller, delegate objects, and target-action. The model-view-controller pattern is used to separate the user interface from its underlying data and logic. The delegate object pattern makes it easy to react to important events by abstracting the handling code into a […]

{excerpt}
Read More

Leave a Reply

Your email address will not be published. Required fields are marked *