How to customize the size of callout for MKAnnotationView?

690 Views Asked by At

I'm new to iOS. I need to set the size of the callout 300 * 150, how can I do this? http://img35.imageshack.us/img35/57/1imgz.jpg

2

There are 2 best solutions below

0
On BEST ANSWER

I've added subview with size I needed.

0
On

The size of the callout bubble adjusts according to the text it contains. If you set Title and subtitle as some long text, the callout will adjust according to it.