Hi,
I am trying to write a method with float parameter and call it using performselector but i am getting error in doing this. Following is my code:
[sender performSelector:selector withObject:progress/total];
here progress and total both are float variabal.
I am trying to call following method in different class
-(void) updateProgress:(float)fl {
}