iphone - Different font for MKAnnotationView -


On the callout bubble on the map of the iPhone SDK, the font for title and subtitle properties can be changed.

I'm unhappy with the default font shown in the callout bubble, and I would like to go with a different font for the rest of my application, however, I have not seen much information about it, which I Concerned that this is not possible.

I have seen the tutorial and I think it will work but, if possible, I was hoping that the ability to change the font was made in MKAnnotationView By the way I can change the font of UILabel without the class code.

You must use MKAnnationView , or subclass to change it As the title and subtitle label, as you would suggest, if you want to make more reusable code, then I would say the subclass and add properties to the query and add your UILabel I will set the UIFont value in

Comments