hey,friends i am new at the iphon app. i am building an app by using xcode but now i would like to disable button. friends how it is possible.
+5
A:
Via code:
myButton.enabled = NO;
If you're using interface builder there's an "enabled" option.
Andrew Grant
2009-02-17 08:02:11