Re: iOS Setting frame size for MKAnnotationView

2011-01-27 Thread Philip Vallone
> but that doesn't magically turn it into the callout Well that explains it :) Thanks ___ Cocoa-dev mailing list (Cocoa-dev@lists.apple.com) Please do not post admin requests or moderator comments to the list. Contact the moderators at cocoa-dev-adm

Re: iOS Setting frame size for MKAnnotationView

2011-01-27 Thread Matt Neuburg
On Thu, 27 Jan 2011 08:01:02 -0500, Philip Vallone said: >Hi, > >I am having trouble setting the size of the "call out bubble" on my >viewForAnnotation protocol. How can I set the frame size of the call out? > >This line has no effect: > >[callout setFrame:CGRectMake(0, 0, 240, 240)]; > >Here is