我正在研究天气应用程序。我将注释放在地图上,注释标注显示温度。但是,一旦温度超过三位数,它就会显示三个点而不是值。我如何格式化该值以显示三位数字。有什么建议么?
int value=[att integerValue];
它是:
annotation.title=[NSString stringWithFormat:@"Ozone Level:%@",value];
它是:
annotation.title=[NSString stringWithFormat:@"Ozone Level: %@ ",value];