Quote:
Originally Posted by iRandy
I just had the same problem and found a page with great sample code showing how to make the infoButton frame larger: iPhone SDK Examples
I am using XCode's "Utility Application" project template and so I stuck the code in viewDidLoad in RootViewController.m--could be the wrong place for all I know (I'm just starting out to develop on the iPhone) but it did seem to work, making the infoButton much easier to tap.
|
Very useful! Thanks for posting.