codethemes

Space Grey

#ifdef
// TODO: implement debug code
#endif

class MyButton: UIButton {
    var touchCount = 0
    var title: String
    
    init(title: String = "Done") {
        self.title = title
    }
}
Download and install manually