I have a ViewController with an UIButton inside.
When I clicked, the text on the button disappeared.
I add all the setTitle for all states, but it continues disappearing.
An
I guess you need to use [self.commit setTitle: NSLocal..., actually use self.commit overall for assignments (when you use @property (nonatomic, retain) or strong with ARC). I use @synthesize commit = _commit; and then only _commit for all the rest of the module.