Quote:
Originally Posted by BenODwyer
Hi Guys
I am having an issue with the info button in a stardard xcode utility based app.
All I have done is put a button in the middle of the MainView.xib and now when I run the app the infoButton to flip the view only works if you tap it about 3 or 4 times.
If I remove the button and have my MainView blank it is fine.
Has anyone else had this problem?
Does anyone know something obvious I am doing wrong.
Thanks in advance.
|
You're doing nothing wrong, it's that the info button is so tiny, it's hard to hit. One way around this is to make a larger invisible custom button (don't select a background) and have it connect to the same method as the info button. Now drag the info button to the center of the invisible button.