objective c - iPhone Xcode UIButton Title Will Not Appear -


So I'm making an iPhone program and will not show the title of my UIButtons for some strange reasons ... are I missing

I have not received any error or even the compilation and warning on my buttons and everything appears, just the title is not being shown ....

 FurballViewController.m ... - (zero) LoadView {UIButton * btn = [UIButton with Button Button Type UIButtonTypeRoundedRect]; [BTN Setfarm: CGRactMake (20, 50, 280, 40)]; [BTN SETTITAL: @ "Stupid Title Wont Work" forState: UIControlStateNormal]; [Self.view addSubview: BTN]; [Btn release]; } ... 

Did you try to set the title text color? It can be white.


Comments

Popular posts from this blog

Eclipse CDT variable colors in editor -

AJAX doesn't send POST query -

wpf - Custom Message Box Advice -