class UIButton def title=(text) self.setTitle(text, forState:UIControlStateNormal) self end end