configuration - iPhone app: SDK 3.0 : Button Selected State: Can't get working! -
Trying to perform simple button functionality.
Button A. There are 3 states in: Default, Highlight, Selected. Should the United Nations be clicked again for my life, I can not even get the functionality of a simple 3 state
Highlight (on the press) is built ("stock" blue). I have used the button properties to load the image for the selected state ... with control / content, trying to find the right combo by clicking on Placed, Highlight and Selected ...
I thought that I want to select the state in the 'D' dropdown which I want to edit ... and it will register my edits for that situation ... the images have been loaded / changed color / Etc ....
No Oh !!! What am I missing?
What are you trying to set the picture or title to different states? For this you can only use methods such as state (UIC Contolstate) for the image: (Zero) set image: (UIImage *);
or
- (zero) setTitle: (NSString *) title forState: (UIControlState) state;
This is what you are asking, I am misinterpreting your question because it is not enough.
Comments
Post a Comment