Thursday, July 23, 2009

Info Button

Increase the touchable area on the Info button, so we can easily press.

CGRect newInfoButtonRect = CGRectMake(infoButton.frame.origin.x-25, infoButton.frame.origin.y-25, infoButton.frame.size.width+50, infoButton.frame.size.height+50);
[infoButton setFrame:newInfoButtonRect];

No comments:

Post a Comment