tags:

views:

307

answers:

2

Hi,

I am added Info light button in UIToolbar in UIViewController Xib .....Now i want to increase the size of the button ..I am trying to increase the frame size of the button in xib.But, its dont have an editable frame size....

I want to increase the touchable area....

Can anyone help me?

Thanks in advance...

A: 

I think you may have to do this programmatically. Hook up the info light button as an IBOutlet, then in viewDidLoad you can change the frame to a larger size. I tried it out a bit and it seems the image does not get any bigger but the touchable area does.

kiyoshi
A: 

I wrote a short tutorial that might help:

Increasing Touch Area of Info Button

John