May 2019


Mar 2019

Make UIControl More Swifty

Go from calling button.setTitle("Title", for: .normal) to button.titles[.normal] = "Title" by using extensions and generics