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];
Thursday, July 23, 2009
Subscribe to:
Post Comments (Atom)
No comments:
Post a Comment