大家好如何NSMutableArray
值轉換成NSString
當我做像如何將NSMutableArray的值轉換爲NSString?
Webservices *details=[[Webservices alloc] init];
[details getMobileNumberDetails:phnotextfield.text];
NSLog(@"longitudes Arrays from %@",details.resultData);
「-91.57696007」, 「10.343234」, 「74.982343」, 「76.464844」, 「76.464844 」 「2.256」,
但是當這樣的實施
theCoordinate2.longitude = [[details.longarray objectAtIndex:0] floatValue];
NSLog(@"longitudes list from %@",theCoordinate2.longitude);
-91.57696007
,但我的意圖是將所有值分配給theCoordinate2.longitude
這麼幫我存儲到字符串元素的iphone。
我可以想不出你想做什麼?你想將所有這些值存儲到一個變量中? 我希望你的問題在行:'[details.longarray objectAtIndex:0]' – 2012-01-09 11:19:13