float jung = firstButton.frame.origin.x
when i do , i can see 6.0939393-e from jung variable.
how can i save jung variable as float?
and when i do below,
jung can save 0...
NSString *jung = [NSString alloc]
initwithformat: @"%.2f", firstButton.frame.origin.x];
when i do , i can see 6.0939393-e from jung variable.
how can i save jung variable as float?
and when i do below,
jung can save 0...
NSString *jung = [NSString alloc]
initwithformat: @"%.2f", firstButton.frame.origin.x];