Closed josefdlange closed 8 years ago
When inheriting UIControl, you don't have these methods to call, so compilation fails:
UIControl
self.font = self.titleLabel.font; self.icon = [self imageForState:UIControlStateNormal]; self.text = [self titleForState:UIControlStateNormal];
You'll probably want to figure that out... unless something about my build settings is screwing it up?
Egad! I was working off a bad fork, not your repo. My bad!
When inheriting
UIControl
, you don't have these methods to call, so compilation fails:You'll probably want to figure that out... unless something about my build settings is screwing it up?