The problem I'm having is I'm doing reverse geocoding and the full address is getting cut off in the callout. Is there any way to set autoresizingsubviews to YES?
Thanks
Nick
The problem I'm having is I'm doing reverse geocoding and the full address is getting cut off in the callout. Is there any way to set autoresizingsubviews to YES?
Thanks
Nick
You would need to use your own custom annotation and calculate the size. As far as I know the default style will not support what you are trying to do.