Subclassing UIButton in Swift Tutorial

This tutorial shows you how to add more functionality to UIButtons by subclassing. It demonstrates the use of enumerations to make each button a different type and extensions to give the subclassed UIButton more functionality. In this tutorial we will create a very basic interface which consists mostly of a grid of UIButton’s. However, our […]