谁能告诉我如何在 UIlabel 中获取地图注释标题的字体/样式
我想要标签中的确切样式/字体..
UILabel *name = [[UILabel alloc]init];
name.text = @"Hello Annotation";
name.textColor = [UIColor whiteColor];
[name setFont: [UIFont fontWithName:@"Helvetica" size:20.0]];
我还需要包括什么才能获得注释标题的确切样式?